Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 720 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 720 Bytes

WindowsDevSetup

Setup for Development on Windows:

node https://nodejs.org/en/ install lts, remember those npm problems... they HURT

weird problems if python 27 is missing, found that out here: https://github.com/nodejs/node-gyp

there i picked: "Option 1 Install all the required tools and configurations using Microsoft's windows-build-tools using npm install --global --production windows-build-tools from an elevated PowerShell or CMD.exe (run as Administrator)."

angular https://cli.angular.io/ npm i -g @angular/cli

elm npm install --global elm elm-oracle elm-live elm-test

follow the rest of this tutorial to configure atom ... https://github.com/knowthen/elm/blob/master/DEVSETUP.md

graph cool

vs code