https://github.com/clarknelson/cmap
A front-end build for the Chicago Metropolitan Agency of Planning 2017 website
https://github.com/clarknelson/cmap
brunch chicago cmap
Last synced: 2 months ago
JSON representation
A front-end build for the Chicago Metropolitan Agency of Planning 2017 website
- Host: GitHub
- URL: https://github.com/clarknelson/cmap
- Owner: clarknelson
- Created: 2017-09-17T20:03:17.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-25T18:25:42.000Z (over 8 years ago)
- Last Synced: 2025-03-17T16:57:48.236Z (over 1 year ago)
- Topics: brunch, chicago, cmap
- Language: CSS
- Homepage: http://cmap.xyz
- Size: 24.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CMAP: Brunch + Babel/ES6
This is a modern JS skeleton for [Brunch](http://brunch.io).
## Getting started
* Install (if you don't have them):
* [Node.js](http://nodejs.org): `brew install node` on OS X
* [Brunch](http://brunch.io): `npm install -g brunch`
* Brunch plugins and app dependencies: `npm install`
* Run:
* `npm start` — watches the project with continuous rebuild. This will also launch HTTP server with [pushState](https://developer.mozilla.org/en-US/docs/Web/Guide/API/DOM/Manipulating_the_browser_history).
* `npm run build` — builds minified project for production
* Learn:
* `public/` dir is fully auto-generated and served by HTTP server. Write your code in `app/` dir.
* Place static files you want to be copied from `app/assets/` to `public/`.
* [Brunch site](http://brunch.io), [Getting started guide](https://github.com/brunch/brunch-guide#readme)