An open API service indexing awesome lists of open source software.

https://github.com/agrublev/ucsb-web-boilerplate

Simple boilerplate to get started
https://github.com/agrublev/ucsb-web-boilerplate

Last synced: 5 months ago
JSON representation

Simple boilerplate to get started

Awesome Lists containing this project

README

          

# ucsb-web-boilerplate
Simple boilerplate to get started

## To initialize this project run this in terminal
```bash
npm install
```
## To run this project execute this in terminal
```bash
gulp
```
You should now see a browser with a link like http://localhost:3000 which automatically reloads on changes!