A boilerplate React front-end written in ES7.
webpackandwebpack-dev-serverto build/runjson-loaderto transform JSON resources (webpack loader)babelto transpile the ES7eslintandeslint-config-airbnbfor clean code compositionreact-routerto handle nav structure of appradiumto handle CSS media queries, hover states
- Clone the repo:
git clone https://github.com/asidiali/react-es7-starter.git - Navigate to the repo folder and install dependencies:
npm i - Install Webpack globally if you don't have it (optional):
npm i -g webpack
- Start the dev server:
npm run dev - Navigate to
http://localhost:8080/to view the app
MIT [LICENSE]