Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 420 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 420 Bytes

Environment Prepare

Install node_modules:

yarn

Start project

for app.parami.io

yarn start

for staging.parami.io

yarn dev

Build project

for app.parami.io

yarn build

for staging.parami.io

yarn build:dev

You may want to put 127.0.0.1 app.parami.io or 127.0.0.1 staging.parami.io into your HOSTS when you are coding.