Codeschool frontend SPA buit in elm lang
First install nodejs >= 7: (install node)[https://nodejs.org/en/download/package-manager/] We strongly recommend the use of yarn over npm (install yarn)[https://yarnpkg.com/lang/en/docs/install/]
After the install just run:
yarn install
yarn dev
or
npm install
npm dev
For production just replace dev for buid:
yarn build