1.8.0 • Published 8 years ago

startreact v1.8.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

React Start Template

Installation

npm install -g startreact

Usage

startreact [project name]
// this will create a folder [project name] contains the template in current directory

About the Template

  • CLI to generate start files
  • Fully support ES6
  • Reasonable file structure for React and Redux
  • React Router support
  • Built-in Redux dev tools and middlewares
  • Full webpack setup for dev and production environment, including compiling JSX, different loaders, CSS module, Hot Module Reload, copying dependencies, building and deploying
  • Express server with customization and configuration including auth, logger, cor
  • Components and Reducer tests Setup with tape and enzyme
  • Nested React Router Setting

Npm scripts in the template

  • npm run test: run test
  • npm run dev: start the dev server and watch the files changing
  • npm run production: run production server
  • npm run build: build via webpack
1.8.0

8 years ago

1.7.0

8 years ago

1.6.0

8 years ago

1.5.1

8 years ago

1.5.0

8 years ago

1.4.0

8 years ago

1.3.3

8 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.6

8 years ago

1.1.5

8 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago