https://github.com/jpdevries/spectacular-workshop
https://github.com/jpdevries/spectacular-workshop
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jpdevries/spectacular-workshop
- Owner: jpdevries
- Created: 2017-07-18T18:35:13.000Z (over 8 years ago)
- Default Branch: start
- Last Pushed: 2017-08-16T08:09:18.000Z (over 8 years ago)
- Last Synced: 2025-04-09T09:35:30.421Z (12 months ago)
- Language: JavaScript
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spectacular-workshop
## Getting Started
```bash
cd ~/Desktop
git clone https://github.com/jpdevries/spectacular-workshop.git
cd spectacular-workshop
npm install
bower install
ls bower_components
grunt bower
ls lib
grunt buildcss
grunt
```
In another terminal window
```
cd ~/Desktop/spectacular-workshop
npm run serve
```
And navigate to `http://localhost:1188/` in your favorite web browser. Set a custom `port` like so:
```bash
PORT=1188 npm run serve
```