https://github.com/p16i/dutch-asylum-seeker
https://github.com/p16i/dutch-asylum-seeker
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/p16i/dutch-asylum-seeker
- Owner: p16i
- Created: 2016-01-11T20:27:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-02T00:16:55.000Z (about 9 years ago)
- Last Synced: 2025-01-27T13:27:55.118Z (3 months ago)
- Language: JavaScript
- Size: 1.17 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Requirement
- Nodejs## Set up development environment
1. Install NodeJs dependencies
```
npm install && npm install bower -g && npm install gulp -g
```
2. Install JS dependencies
```
mkdir bower_components && bower install
```Now, you are ready to go. Check **Development** section for futher detail.
## Development
`./app` is the main directory for the application.```
# Run dev server
gulp serve# Deploy
gulp deploy
```