Yeoman Generator to create a Predix Seed App
npm install yo -g
npm install generator-og-px-seed -g
yo og-px-seed
- node.js
- npm
- bower
- webcomponents-lite.js polyfill
Node, npm and bower are necessary to install the component and dependencies after creating the seed app.
First, install yeoman globally if you have not done so earlier.
npm install yo -g
Second, install the og-px-seed Yeoman generator
npm install generator-og-px-seed -g
Create a new folder where you want to place your project files.
Eg: If you want to create a project named og-my-project,
create a folder 'og-my-project' and cd
to it.
Finally, run the generator to scaffold a new seed app inside the new folder
yo og-px-seed
Please use Github Issues to submit any bugs you might find.