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
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