An open API service indexing awesome lists of open source software.

https://github.com/aneeshd16/sachin-sachin


https://github.com/aneeshd16/sachin-sachin

Last synced: over 1 year ago
JSON representation

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.