/nodeboot

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

Primary LanguageJavaScriptMIT LicenseMIT

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