Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

SIMPLE-BOOT-HTTP-SRC

Examples 🚀 Quick start


STEP 1

git submodule init
git submodule update

cd libs/dom-render
git checkout master
npm run npm-build

cd libs/simple-boot-core
git checkout master
npm run npm-build


cd libs/simple-boot-front
git checkout master
npm run npm-build

cd libs/simple-boot-http-server
git checkout master
npm run npm-build

#💥 cd root directory
npm install
npm run npm-build

STEP 2

cd examples/{examples-name}
npm install
npm start