adeelibr / react-starter

A react starter kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  • 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_ENV in the script in package.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.

About

A react starter kit


Languages

Language:JavaScript 88.1%Language:HTML 6.8%Language:CSS 5.1%