A Practical Introduction to ReactJS
npm init
npm install --save express react react-dom mongoose
- express
- mongoose
- react
- react-dom
npm install webpack babel-core babel-loader babel-preset-react babel-preset-es2015 concurrently --save-dev
- webpack
- babel-core
- babel-loader
- babel-preset-react
- babel-preset-es2015
- concurrently
- app/app.js
- public/index.html
- public/bundle.js
- package.json
- webpack.config.js
