A simple client application prototype for the symians simulation server written in elm. This project is no longer maintained.
This project has 2 global dependancies:
- elm-create-app - for the dev server
- elm-test for testing
npm start
npm start:debug
Sass for styling. The root scss file is src/index.scss. Theme colors are defined there, and any partials should be @imported there.
npm run build:sass
npm run watch:sass
Currently we dont use elm-app for the production build. Instead, we just use elm-make to compile the elm, and node-sass to compile the sass.
npm run build