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

https://github.com/jpdevries/spectacular-workshop


https://github.com/jpdevries/spectacular-workshop

Last synced: 9 months ago
JSON representation

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
```