Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 280 Bytes

README.md

File metadata and controls

32 lines (27 loc) · 280 Bytes

DragonZIL frontend ssr.

Instal dependencies

$ yarn install

or

$ npm install

Run for dev

$ yarn dev

or

$ npm run dev

build for prod

$ yarn build
$ yarn start

or

$ npm run build
$ npm run start