https://github.com/simonh1000/elm-google-maps-2
https://github.com/simonh1000/elm-google-maps-2
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonh1000/elm-google-maps-2
- Owner: simonh1000
- Created: 2016-10-20T08:30:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-16T09:46:45.000Z (over 8 years ago)
- Last Synced: 2025-02-14T19:54:52.391Z (4 months ago)
- Language: JavaScript
- Size: 65.4 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MEEN-stack (Mongo, Elm, Express, Node) starter package
**Elm** (0.17) fullstack starter package with Pug (formerly Jade), Sass, Browser-sync and a Node-Express backend.
It is also possible to use the compilation functions *without* the node server.
To use, install and run...:
```
git clone https://github.com/simonh1000/elm-fullstack-starter
npm install
# the line above should complete by calling elm-package install, otherwise do manuallynpm start // == gulp
npm production // == gulp build
npm compile // == gulp compile
npm serverless // == gulp serverless
```Client side files are compiled into, and served from, './dist'.
## Want to try Elm with Elixir / Phoenix?
https://github.com/simonh1000/elm-phoenix-starter