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
- Host: GitHub
- URL: https://github.com/agrublev/ucsb-web-boilerplate
- Owner: agrublev
- Created: 2018-04-30T19:04:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-30T19:16:42.000Z (about 8 years ago)
- Last Synced: 2025-06-19T08:06:43.179Z (about 1 year ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!