devinschulz / simply-social

This is a practice project using Angular.

Home Page:http://devinschulz.github.io/simply-social/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

This is a practice project using Angular.

http://devinschulz.github.io/simply-social/


Languages

Language:JavaScript 80.6%Language:CSS 16.0%Language:CoffeeScript 2.4%Language:Ruby 0.7%Language:Shell 0.3%