https://github.com/aneeshd16/sachin-sachin
https://github.com/aneeshd16/sachin-sachin
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/aneeshd16/sachin-sachin
- Owner: aneeshd16
- License: mit
- Created: 2016-01-17T18:17:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-23T18:00:59.000Z (over 10 years ago)
- Last Synced: 2025-01-14T02:30:34.012Z (over 1 year ago)
- Language: JavaScript
- Size: 330 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sachin-Sachin
Sample Angular project with Firebase
##Instructions
1. Clone this repo.
2. Run `npm install`.
3. Modify constants in `app/js/constants.js`.
3. Run `gulp dev` to start the development server. (Gulp needs to be installed globally. Run `npm install gulp -g`)
4. Run `gulp prod` to minify and build. Assets are in the `build` directory. This does not start a server.