This is a react starter kit, which uses the bare minimum webpack configuration, only what's needed nothing else. An excellent started to build your application on and incrementally add more features to your webpack configuration(s).
- Clone this repository
- Do an
$ npm intall - Then depending on the build you want to run use the following to command in your terminal
npm run start:dev
npm run start:prod
- dev-server configured with hot module reloading
- Webpack 4 added
- webpack development, production environment setup, ability to add as many environments as you want by simply chaning the
--env.NODE_ENVin thescriptinpackage.json - scss support
- @babel/env, @babel/preset-react, @babel/preset-stage-2 (version 7.0.0-beta.46)
- Webpack merge added to manage configurations in a very smart way.
- react-router-4
- NodeJS backend up & running with ExpressJS framework.