1.0 Cloning and running
1.1 Cloning
Create a new folder called
monterey-framework(the name of the Github organization)Copy this code in a file called
run.jsOpen a CMD/terminal in this folder
Run
node run clone. This will clone themonterey,monterey-palandmonterey-pal-electronrepositories in themonterey-frameworkdirectory, resulting with the following directory structure:
1.2 Setup
npm install
The postinstall task will also install the node_modules and jspm_packages in the app directory.