docs: include demo for LiquidJS used in browsers, #165

This commit is contained in:
harttle
2020-03-03 00:37:37 +08:00
parent 3bf926b434
commit 152778b6e3
6 changed files with 40 additions and 7 deletions
+9
View File
@@ -0,0 +1,9 @@
# LiquidJS for Node.js
## Get Started
```bash
cd demo/nodejs
npm install
npm start
```