1.8.0 • Published 9 years ago

startreact v1.8.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 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

9 years ago

1.7.0

9 years ago

1.6.0

9 years ago

1.5.1

9 years ago

1.5.0

9 years ago

1.4.0

9 years ago

1.3.3

9 years ago

1.3.1

9 years ago

1.3.0

9 years ago

1.2.0

9 years ago

1.1.6

9 years ago

1.1.5

9 years ago

1.1.4

9 years ago

1.1.3

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago