generator-liferay
Version:
Liferay generator
27 lines (23 loc) • 494 B
Markdown
```bash
npm install
npm run deploy
npm run watch
```
liferay-theme.json
```json
{
"LiferayTheme": {
"appServerPath": "/app/server/path",
"deployPath": "/app/server/deploy",
"deploymentStrategy": "LocalAppServer",
"url": "http://localhost:8080"
}
}
```
[](https://github.com/maratib/liferay-sample-theme)