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

https://github.com/panjiachen/demo-playground

:sunglasses: A simple development playground with live reload capability
https://github.com/panjiachen/demo-playground

Last synced: 4 months ago
JSON representation

:sunglasses: A simple development playground with live reload capability

Awesome Lists containing this project

README

        

> demo-playground

A simple development playground with live reload capability. It base on rollup and live-server.

# Why?
Writing this playground is mainly for the convenience of writing some simple demo in development. It will compile the code with `rollup` + `babel` and auto-refresh it with `live-server`.

**Purely for the convenience of writing code snippets**



# Getting started

```bash
# clone the project
git clone [email protected]:PanJiaChen/demo-playground.git

# install dependency
npm install

# develop
npm run dev
```