Skip to content

Latest commit

 

History

History
97 lines (67 loc) · 1.9 KB

README_DEV.md

File metadata and controls

97 lines (67 loc) · 1.9 KB

thailpha – developer edition

requirements

dev stack

building

npm install
npm start

all will be in the dist folder

development

building dependencies

npm install

server with livereload

npm run dev

you can avoid to build the app by

npm run dev -- --no-build

building for dev

npm run build:dev

dev static server

npm run serve:dev

watching and recompiling

npm run watch

all other commands

see all commands with

npx gulp --tasks

run a command (js for example)

npx gulp js

resources