The F2E - 前端修練精神時光屋 - Week 9 - Skill Tree
- React
- Redux
- Redux Thunk
- Sass
- PostCSS
- ESLint
- Jest
- Bootstrap 4
- Webpack
- node 8
- npm 5 (or yarn 1)
How to install: https://nodejs.org/en/download/
Run this npm command to install dependencies.
$ npm install
Run this npm command to build the JavaScript Bundle.
$ npm run build
Run this npm command to build the JavaScript Bundle and open the browser to the app using the file api.
$ npm start
Run this command to start the app using the webpack dev server.
$ npm run dev