https://github.com/deiga/festapp-web
https://github.com/deiga/festapp-web
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/deiga/festapp-web
- Owner: deiga
- Created: 2014-04-15T17:28:58.000Z (about 12 years ago)
- Default Branch: dev
- Last Pushed: 2019-07-17T21:19:38.000Z (almost 7 years ago)
- Last Synced: 2025-02-05T14:14:05.248Z (over 1 year 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!**
----------