-
Clone the repository on your computer
-
Go into the project directory
cd roomiego
- Install bower & npm dependencies
npm install
bower install
- From the project folder, launch this command from the terminal. It will launch a local webserver with hot reloading.
gulp serve
If the CSS is not loading after starting the server, use this commands from the terminal:
bower install --save bootstrap#3.3.4
gulp wiredep