Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deiga/festapp-web
https://github.com/deiga/festapp-web
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/deiga/festapp-web
- Owner: deiga
- Created: 2014-04-15T17:28:58.000Z (over 10 years ago)
- Default Branch: dev
- Last Pushed: 2019-07-17T21:19:38.000Z (over 5 years ago)
- Last Synced: 2024-10-24T02:56:04.008Z (about 2 months ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
festapp-web WebApp!
=====================---------------
This is an Angular.js App and is powered by [Boom Angular Generator](https://npmjs.org/package/generator-boom)
Installation
---------Install the Boom Generator first.
```sh
git clone [clone-url] app
cd app
```Install [Boom Angular Generator](https://npmjs.org/package/generator-boom)
```sh
npm install -g generator-boom
```Then install all develpment dependencies
```sh
npm start
```Finally, fire up the server
```
gulp
```**Thats it!**
----------