Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 304 Bytes

README.md

File metadata and controls

39 lines (30 loc) · 304 Bytes

nascalay-frontend

For developer

Run dev-server

$ yarn
$ yarn gen-api
$ yarn dev

Lint

$ yarn lint

with fix

$ yarn fix

Environment

Requires java

$ yarn gen-api

Production

Build

$ yarn build

Start

$ yarn start