https://github.com/prettymuchbryce/reglounge
https://github.com/prettymuchbryce/reglounge
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/prettymuchbryce/reglounge
- Owner: prettymuchbryce
- Created: 2016-09-22T02:28:56.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-07T01:37:08.000Z (over 9 years ago)
- Last Synced: 2026-04-04T10:33:46.564Z (3 months ago)
- Language: JavaScript
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/prettymuchbryce/reglounge)
### Reg lounge thing
Currently using [JavaScript Standard Style ](http://standardjs.com/rules.html) for consistency, but we can remove that if it's not preferable.
### Usage
1. Install [node.js](https://nodejs.org/en/download/)
1. Clone this project via git
1. Install project dependencies `npm install`
1. To build the code run `npm run build`
1. To test your code run `npm start`, and browse to http://127.0.0.1:8080
1. p.s. You can use `npm run watch` in another terminal to automatically build as you make changes