1.1.15 • Published 5 years ago

@steedos/cli v1.1.15

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

Steedos

Develop and run your enterprise apps in miniutes

install from npm

npm i steedos-cli -g

install from src

git clone https://github/steedos/cli
cd cli
npm i -g

build creator bundle

meteor build --directory C:\srv\creator-build

run bundle

steedos run -s C:\srv\creator-build

develop app

  • create project folder
  • write main.js
  • steedos run will load main.js on bootstrap
steedos run -s C:\srv\creator-build

help

steedos run --help