Boilerplate for kick starting a project based on the Decoding React tutorial with the following technologies:
- React
- Babel 6
- Webpack for bundling
- Webpack Dev Server
- React Transform for hot reloading React components in real time.
The various webpack options used have been explained in detailed as comments in the config file.
npm install
npm start
Open http://localhost:9000
ESLint with React linting options have been enabled.
npm run lint
https://simantas.wordpress.com/2017/08/26/decoding-react-part-1/