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

https://github.com/fed/es-playground

ES6+ Playground
https://github.com/fed/es-playground

Last synced: 5 months ago
JSON representation

ES6+ Playground

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 |