WatchUsBuild-MovieListingsAppWithSQL
WatchUsBuild-MovieListingsAppWithSQL copied to clipboard
Sequel to SQL - Watch Us Build
We changed the name of this series to "Watch Us Build," so you may see an occasional reference to its former name ("Soup to Bits") in this repository.
Pre-reqs
- node and npm (https://nodejs.org)
- gulp and bower (
npm install bower gulp -g
) - compass:
gem install compass
Installation
- Clone repo:
git clone https://github.com/codeschool/WatchUsBuild-MovieListingsAppWithSQL.git
- Install dependencies:
npm install && bower install
Run locally
-
gulp serve
This will get your local server running on port 3000 (http://localhost:3000)
About this project
This project was initially scaffolded with the generator-soa. Feel free to visit their page in case you run into any problems, chances are somebody else has ran into similar problems :)