react-starter
react-starter copied to clipboard
A react starter kit
React Started Kit
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).
Steps On How to Use This Kit
- 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
Things Added To This Starter Kit
- [x] dev-server configured with hot module reloading
- [x] Webpack 4 added
- [x] webpack development, production environment setup, ability to add as many environments as you want by simply chaning the
--env.NODE_ENV
in thescript
inpackage.json
- [x] scss support
- [x] @babel/env, @babel/preset-react, @babel/preset-stage-2 (version 7.0.0-beta.46)
- [x] Webpack merge added to manage configurations in a very smart way.
- [ ] react-router-4
- [x] NodeJS backend up & running with ExpressJS framework.