Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 405 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 405 Bytes

QuickStart

Frontend scaffold: Webpack, Babel, Sass, React, Redux, ESLint

Setup

  • git clone https://github.com/ntdb/quickstart.git PROJECT_NAME
  • cd PROJECT_NAME
  • rm -rf .git

Develop

  • npm install
  • npm install -g webpack-dev-server
  • npm start

Test

  • npm test

Build

  • Set ['output']['publicPath'] to your deployment URL in webpack-production.config.js
  • npm run build