I've done it so many times manually that now is the time to just have a repo with the initial setup.
-
React
-
Babel 6 (presets:
es2015
,react
,stage-0
) -
Webpack
-
Eslint
-
Hot reloading (HMR)
-
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
If you spot any bugs or if you thing I should improve something, please file an issue or send a PR with suggested changes.
MIT