mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 04:10:40 -07:00
9 lines
99 B
Markdown
9 lines
99 B
Markdown
# Using LiquidJS with Express.js
|
|
|
|
## Get Started
|
|
|
|
```bash
|
|
cd demo/express
|
|
npm install
|
|
npm start
|
|
``` |