Simple React project template with webpack configuration.
Install all dependencies:
npm install
Run the following command to start development server.
npm run start
You can create a production build with the below command. It bundles
all files and puts output bundle to dist
folder.
npm run build
- Ready to code
- Simple as possible, no code bloat
- Hot Module Replacement (HMR)
- webpack-dev-server for development environment
- Babel compiler
- core-js polyfills
- SASS support