This boilerplate is a fork from https://github.com/RisingStack/react-way-getting-started
Related blog post: http://blog.risingstack.com/the-react-way-getting-started-tutorial/
Getting started with React and ES6
Used technologies:
- React
- ES6
- Webpack
- Babel
- Jest
Run:
npm install
npm start
Check your http://localhost:3000/ or open http://localhost:3000/
npm test
npm run webpack-watch