Framework for agile development
Base ready.io app
- Node.js
- npm
- Docker (optional)
- Docker compose (optional)
Install dependencies
npm install
build the app
npm run build
start the app
npm run serve
use the next command as a shortcut for build and start
npm run start
After build and upload files to the server, start the app using docker and docker-compose with
cmd/start
to stop it use
cmd/stop