Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 161 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 161 Bytes

install dependencies

$ yarn install

serve with hot reload at localhost:3000

$ yarn dev

build for production and launch server

$ yarn build $ yarn start