Hello NodeBootJS

NodeBootJS is a boot application to faster node tech stack development

Online Demo

Build Setup

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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:8080
npm run prod, with smaller assets

For detailed explanation on how things work, checkout the Documentation

Stay Foolist, Stay Hungry<br><br>Open Source Help Each Other<br><br>Thanks