It refactored React tutorial with Redux and ECMAScript 6 but the tutorial was updated and the document has gone.
Original source befor official update is still existing here. https://github.com/reactjs/react-tutorial/
ndenv install
(If your environment has ndenv)npm install
npm start
Then, the app will launch on http://localhost:3333
. Access it from your browser.
If it doesn't work well, please install lacked packages with your hands.
Check npm script in package.json
.
https://github.com/gutchom/react-tutorial-redux/blob/master/package.json#L7-L9
- Languages and Libraries
- ECMAScript 6
- React
- Redux
- Sass (.scss)
- Pug (Jade)
- Developing Environment
- Node.js
- Gulp
- Webpack
- Babel
src/
- Develop your project under this directorygulp/
- Tasks for building and runnning your projectserver/
- API mock up by Node.js