Lightweight and feature-rich template built on Evado Declarative Framework for rapid web app development.
Clone application to /app
cd /app
docker-compose up -d mongo
docker-compose up --build installer
docker-compose up -d serverCopy files from repository to /app
cd /app
npm install
NODE_ENV=development node console/installCopy files from repository to c:/app
cd c:/app
npm install
set NODE_ENV=development
node console/installcd /app
NODE_ENV=development node console/startcd c:/app
set NODE_ENV=development
node console/startWeb interface http://localhost:3000
Sign in as administrator:
Email: [email protected]
Password: 123456