Created
August 14, 2016 20:05
-
-
Save vegarringdal/07e6fb3745662d6f3263b0f337810fbc to your computer and use it in GitHub Desktop.
clean windows install electron
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| download node: https://nodejs.org/en/ version 6.x.x | |
| install node | |
| npm set progress=false | |
| download git : https://git-scm.com/downloads | |
| install git (with defaults) | |
| open powershell.exe with admin access | |
| npm install --global --production windows-build-tools npm@next | |
| restart pc | |
| go under my documents shift-click -> select "open command window here" | |
| git clone https://github.com/monterey-framework/monterey | |
| cd monterey | |
| npm run setup | |
| npm install gulp -g | |
| gulp watch | |
| selct existing project and just open the monetery |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment