https://github.com/fed/es-playground
ES6+ Playground
https://github.com/fed/es-playground
Last synced: 5 months ago
JSON representation
ES6+ Playground
- Host: GitHub
- URL: https://github.com/fed/es-playground
- Owner: fed
- Created: 2017-07-11T17:57:47.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-11T18:31:38.000Z (almost 9 years ago)
- Last Synced: 2025-06-05T18:02:39.884Z (about 1 year ago)
- Language: HTML
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# es-playground
Just a super simple ES6+ environment setup, not suitable for production :)
## Prerequisites
* Node.js (https://nodejs.org/)
## Development Tasks
| Command | Description |
|---------|-------------|
| `npm install` | Fetch dependencies and build binaries for any of the modules |
| `npm start` | Start the app on `http://localhost:6789` and watch for changes |
| `npm run build` | Build JS bundle |
| `npm test` | Run test suite |