mkhorin / evado-app-boilerplate

Ready-to-use boilerplate built on Evado Declarative Framework for rapid web app development

Home Page:https://mkhorin.github.io/evado-site/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Evado Boilerplate App

Lightweight and feature-rich template built on Evado Declarative Framework for rapid web app development.

Evado Declarative Framework

Docker installation

Clone application to /app

cd /app
docker-compose up -d mongo
docker-compose up --build installer
docker-compose up -d server

Typical installation

Install environment

Linux

Copy files from repository to /app

cd /app
npm install
NODE_ENV=development node console/install

Windows

Copy files from repository to c:/app

cd c:/app
npm install
set NODE_ENV=development
node console/install

Start app

Linux

cd /app
NODE_ENV=development node console/start

Windows

cd c:/app
set NODE_ENV=development
node console/start

Usage

Web interface http://localhost:3000

Sign in as administrator:

Email: a@a.a
Password: 123456

Tutorial

About

Ready-to-use boilerplate built on Evado Declarative Framework for rapid web app development

https://mkhorin.github.io/evado-site/

License:MIT License


Languages

Language:JavaScript 85.6%Language:EJS 14.4%