https://github.com/rangle/playinghere
https://github.com/rangle/playinghere
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rangle/playinghere
- Owner: rangle
- Created: 2016-06-24T00:08:47.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-03-08T06:27:23.000Z (about 5 years ago)
- Last Synced: 2025-03-18T06:48:28.165Z (about 1 year ago)
- Language: JavaScript
- Size: 1.58 MB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Project Setup
First, make sure to clone this repository, and once you've done that, inside the project folder, to install all the modules:
```
npm install
```
Once you have everything installed, you can run on of two commands in the terminal.
For Development (which for now, is all we need)
```
npm run dev
```
which runs the webpack-dev-server with a bunch of flags.
For Production
```
npm run build
```
However, not sure if it's going to be working yet - we can work on this later.