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

https://github.com/rixrix/ui-playground

A UI/UX playground with HarpJS and browser sync
https://github.com/rixrix/ui-playground

Last synced: about 1 month ago
JSON representation

A UI/UX playground with HarpJS and browser sync

Awesome Lists containing this project

README

          

# ui-playground
A UI/UX playground with HarpJS and browser sync

## Install NodeJS Modules

Install the following modules

* [HarpJS](http://harpjs.com/)
* [Browser Sync](https://www.browsersync.io/)

```
$ npm install
```

## Commands

Actually, there's just one command for all the transpilation of `EJS`, `Stylus`, `CSS`, files

```
npm run server
```

and navigate to `http://localhost:3000`