#CalHacks-hack Airbnb for clothes. Rent and Share expensive used outfits delivered right to your doorstep.
Clone the Almari Repository.
We use a number of node.js tools to initialize and test angular-seed. You must have node.js and its package manager (npm) installed. You can get them from http://nodejs.org/.
We have two kinds of dependencies in this project: tools and angular framework code. The tools help us manage and test the application.
- We get the tools we depend upon via
npm
, the [node package manager][npm]. - We get the angular code via
bower
, a [client-side code package manager][bower].
We have preconfigured npm
to automatically run bower
so we can simply do:
#cd inside the directory and then run
npm install
Once npm The simplest way to start this server is: Once the npm install has finished run
npm start
Now browse to the app at http://localhost:8000/app/index.html
.
Install sass using
sudo gem install sass
Then cd into the app directory in a new terminal window and run the following command and keep the terminal window open in the background.
sass --watch app.scss:app.css
Make changes to app.scss