rishabhaggarwal2 / Almari

AirBnB for Dresses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#CalHacks-hack Airbnb for clothes. Rent and Share expensive used outfits delivered right to your doorstep.

Getting Started

Clone the Almari Repository.

Prerequisites

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/.

Install Dependencies

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

UCLA users run cisco vpn while doing this

Run the Application

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.

How to edit css

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

About

AirBnB for Dresses

License:MIT License


Languages

Language:CSS 38.1%Language:JavaScript 36.2%Language:HTML 25.7%