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
- Host: GitHub
- URL: https://github.com/panjiachen/demo-playground
- Owner: PanJiaChen
- License: mit
- Created: 2018-05-10T05:00:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-26T21:57:46.000Z (9 months ago)
- Last Synced: 2025-03-11T03:09:23.383Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 9
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```