1.2.10 • Published 3 years ago
create-amala-app v1.2.10
AmalaJS App
SETUP
- Create your
.envfile, using.env.exampleas an example, then set your environmental variables in.env. - Run
npm installto initialize dependencies and dist folder. (This is important!)
Running
- To run in dev mode, simply run
npm run dev - To run in Prod mode, first
npm run buildthennpm start. This will compile and run from thedist/folder. - To run tests,
npm test