Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 1.25 KB

File metadata and controls

60 lines (40 loc) · 1.25 KB

thaime – developer edition

here are some of the commands to run the project locally

requirements

dev stack

commands

building dependencies

yarn install

building for production

yarn build

serving production files locally

yarn serve

application will be running on https://127.0.0.1:8080

development

yarn dev

application will be running on http://localhost:1234