mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 04:10:40 -07:00
10 lines
109 B
Markdown
10 lines
109 B
Markdown
# Using LiquidJS with Webpack
|
|
|
|
## Get Started
|
|
|
|
```bash
|
|
cd demo/nodejs
|
|
npm install
|
|
npm run build
|
|
npm start
|
|
``` |