Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcolemorrison/spark-test
https://github.com/jcolemorrison/spark-test
Last synced: about 8 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/jcolemorrison/spark-test
- Owner: jcolemorrison
- Created: 2015-05-08T00:00:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-08T00:09:58.000Z (over 9 years ago)
- Last Synced: 2024-04-17T03:52:43.412Z (7 months ago)
- Language: CSS
- Size: 316 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To build you need the following:
- [Node.js version 10.36](http://blog.nodejs.org/2015/01/26/node-v0-10-36-stable/ "Node")
- [Bower](http://bower.io/ "Bower")
- [Gulp](http://gulpjs.com/ "Gulp")If you have Node.js already installed you can just:
`$ npm install -g bower gulp` to get the packges.
then navigate to the local directory and do:
`$ npm install`
`$ bower install`Once downloaded, to build locally and watch, navigate to the root project folder and:
`$ gulp serve`
This will serve it on your local ip so that you can view it from any device in your network (use `ifconfig` to find your address).
To build an optimized version in a `dist` folder use:
`$ gulp`
The actual application source is in the `src` folder.