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
- Host: GitHub
- URL: https://github.com/rixrix/ui-playground
- Owner: rixrix
- License: mit
- Created: 2016-04-28T00:59:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-28T01:07:00.000Z (almost 10 years ago)
- Last Synced: 2025-01-23T05:15:02.865Z (about 1 year ago)
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`