Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 446 Bytes

BUILD.md

File metadata and controls

24 lines (15 loc) · 446 Bytes

Step 1) Get NodeJS

Step 2) Get Webpack

npm install -g webpack@beta npm install -g webpack-dev-server@beta

Step 3) Get dependencies

npm install

Step 4) You're ready to go with one of the following:

npm run build:dev Builds the site in development mode

npm run build:prod Builds the site in production mode

npm run build Builds the site in production mode

npm run serve Builds the site in development mode and hosts a self updating server.