notechsolution / nodeboot

Open-Source Full-Stack Solution For Node Application Starter. Demo

Home Page:http://notech.leezai.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodeBoot.js

A boot application to faster node tech stack development

Demo

Online Demo (you may login with account demo/Password1!)

Document

English

中文

Build Setup

# install dependencies
npm install

# if your network has limitation on npm.org, you may change the npm registry to your nearby vendor. e.g.
npm config set registry https://registry.npm.taobao.org/

# serve with hot reload at localhost:8080, you may change the port under config/env/default.js
npm run dev

# build for production with minification
npm run build

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm testy

# for production environment build & run, you may run below command, not hot-reload, start at localhost:8443
# dummy commit
npm run prod, with smaller assets

For detailed explanation on how things work, checkout the Documentation

About

Open-Source Full-Stack Solution For Node Application Starter. Demo

http://notech.leezai.com/

License:MIT License


Languages

Language:JavaScript 81.8%Language:Vue 16.4%Language:HTML 1.5%Language:CSS 0.2%