Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vizir/carnivaljs
[no longer maintained]
https://github.com/vizir/carnivaljs
Last synced: 16 days ago
JSON representation
[no longer maintained]
- Host: GitHub
- URL: https://github.com/vizir/carnivaljs
- Owner: Vizir
- Created: 2015-01-07T15:26:09.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-20T11:18:50.000Z (almost 8 years ago)
- Last Synced: 2024-11-08T15:08:45.635Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.5 MB
- Stars: 5
- Watchers: 66
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CARNIVAL JS
By [Vizir](http://vizir.com.br/).
![Vizir Logo](http://vizirsite.wpengine.com/wp-content/uploads/2016/06/logo_software_studio.png)
## Dependencies
Node + NPM: [http://nodejs.org/download/](http://nodejs.org/download/)
Bower
$ npm install bower -g
## Installing
Install npm and bower dependencies
$ npm install
## Running
Start application
$ npm start
Start and watch files
$ npm run start:watch
## Testing
Run all tests
$ npm test
## Build
Create and minify a concatenated file of the application and styles (must pass on tests)
$ npm run build