Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 515 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 515 Bytes

ExampleName

ExampleDescription.

Generate stuff

npm run prepare:all

Running this command will load and execute generator.js script, which will ask a few questions and do menial tasks based on answers; highly recommendeded to run before start of any further development.

Start in development mode

Change ENV to be local, development or production

npm run dev:ENV

Build code for servers

Change ENV to be development or production

npm run build:ENV