Skip to content

ready-io/app.js

Repository files navigation

logo

Ready.io

Framework for agile development


app.js

Base ready.io app

Prerequisites

  • Node.js
  • npm
  • Docker (optional)
  • Docker compose (optional)

Getting started

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

Deployment

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