Skip to content

eden90267/f2e-09-skill-tree

Repository files navigation

f2e-09-skill-tree

The F2E - 前端修練精神時光屋 - Week 9 - Skill Tree

Use the packages

  • React
  • Redux
  • Redux Thunk
  • Sass
  • PostCSS
  • ESLint
  • Jest
  • Bootstrap 4
  • Webpack

System Requirement

  • node 8
  • npm 5 (or yarn 1)

How to install: https://nodejs.org/en/download/

Installation

Run this npm command to install dependencies.

$ npm install

Build

Run this npm command to build the JavaScript Bundle.

$ npm run build

Run

Run this npm command to build the JavaScript Bundle and open the browser to the app using the file api.

$ npm start

Run Webpack Dev Server

Run this command to start the app using the webpack dev server.

$ npm run dev