Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bipol/macklemore
MARTA Hackathon 2017
https://github.com/bipol/macklemore
elm hackathon
Last synced: about 23 hours ago
JSON representation
MARTA Hackathon 2017
- Host: GitHub
- URL: https://github.com/bipol/macklemore
- Owner: bipol
- License: mit
- Created: 2017-02-24T22:36:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-25T21:32:14.000Z (almost 8 years ago)
- Last Synced: 2024-12-09T15:02:33.648Z (about 1 month ago)
- Topics: elm, hackathon
- Language: JavaScript
- Homepage: https://macklemore.herokuapp.com
- Size: 1.53 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# MACKLEMORE
![Traffic light](http://powellong.com/data/images/macklemore-images/macklemore-images-3.jpg)## Quickstart
- `npm install`
- `npm start` : Runs `serve` and `watch` concurrently for youOther scripts:
- `npm run build` : Builds the elm source to public/built/index.js
- `npm run watch` : Watches elm files in src for changes, and runs `build` when changes are detected
- `npm run serve` : Starts up a server in the public directory, and live-reloads when public/built/*.js or public/*.css changeStyle notes:
Bootstrap CSS (but not JS) is included.
## Getting Elm set up for the first time
After running `npm install`, a version of Elm will be installed into your
node modules folder, and can be interacted with by running `./node_modules/.bin/elm`.That folder can just be added to your path, or you can install Elm globally
by typing `npm install -g elm`Wahoo!