Files
liquidjs/demo/webpack/README.md
T

10 lines
109 B
Markdown

# Using LiquidJS with Webpack
## Get Started
```bash
cd demo/nodejs
npm install
npm run build
npm start
```