Cell with predefined dna to be developed as 'backend', 'frontend' or both
$ git clone https://github.com/outbounder/organic-stem-skeleton.git ./mypetproject
$ cd ./mypetproject
$ rm -rf ./.git
$ npm install
- add any stack addons (run
$ angel stack list
for available options) $ angel stack configure
rm -rf ./upgrades
git init .
notice 1)
angel
is organic command line assistant.
Either install it locally via npm install organic-angel -g
or run it via node ./node_modules/.bin/angel
.
notice 2)
Running $ angel help
will print all available commands to your disposal.
$ angel stack use emails-support
$ angel stack use mongoose
$ angel stack use mongo-sessions
$ angel stack use ejs-pages
$ angel stack use jade-pages
Refer to devtools or $ angel stack list
$ angel stack use jade-backbone
$ angel stack use angular1
$ angel stack use react-flux