Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 479 Bytes

readme.md

File metadata and controls

13 lines (9 loc) · 479 Bytes

Startup as of 9/22/2019

Start webpack dev server. Config is handled in webpack config so that it builds and environment aware code base. Change environment...then rebuild the project by running webpack with process environment variable passed in at invocation. npm run dev

Initial Install

  • git clone https://github.com/patterncoder/banquetNinja.git
  • npm install
  • git submodule update --init
  • build: npm run build
  • run web dev server: npm run dev