https://github.com/devinschulz/simply-social
This is a practice project using Angular.
https://github.com/devinschulz/simply-social
Last synced: 13 days ago
JSON representation
This is a practice project using Angular.
- Host: GitHub
- URL: https://github.com/devinschulz/simply-social
- Owner: devinschulz
- Created: 2014-10-12T18:30:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-06T01:17:32.000Z (over 11 years ago)
- Last Synced: 2025-02-28T11:18:32.243Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://devinschulz.github.io/simply-social/
- Size: 5.4 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Simply Social
This is a practice project using Angular.
## Set Up
To get this project working locally, clone this repo and run `./setup.sh` from your terminal. This will check for dependencies and install all packages required to run the project. Once all dependencies are met, gulp will start a local server at `localhost:8000`.
## Development
To run the development environment, simply run `gulp` from the project root directory and navigate to `localhost:8000`.
## Production
To compile, minify, and lint the project, run `gulp --env=prod` from the project root directory and navigate to `localhost:8000`.
Creating the public deploy files are easy, simply run `gulp build:public --env=prod` and it will create a `public` directory with all the required files.