react-boilerplate
react-boilerplate copied to clipboard
Boilerplate for React app
React Boilerplate
I've done it so many times manually that now is the time to just have a repo with the initial setup.
Setup includes
-
React
-
Babel 6 (presets:
es2015,react,stage-0) -
Webpack
-
Eslint
-
Hot reloading (HMR)
Get started
-
Clone and navigate to the repo directory
-
Install dependencies:
npm install -
Run project:
npm start -
Navigate to: http://127.0.0.1:3000 in your browser
-
(For linting) Run:
npm run lint
Contribute
If you spot any bugs or if you thing I should improve something, please file an issue or send a PR with suggested changes.
License
MIT