This is a template that is used to generate a new aoc application
.
See https://github.com/atlantis-of-code/aoc and the official website https://aoc-dev.io for more information!
Use the aoc-cli new app --name app-name
command. A directory name app-name
will be created.
For your convenience there are some npm scripts:
npm start
: start bothclient
andserver
and browse to http://localhost:4200npm run cli:ge
: this will (re)generate the models and entities files by accessing and reading your database structurenpm run update:all
: this will update all packages in the 3 projects (client, common, and server)