yarn install
yarn serve --https
yarn serve
launch.json is auto-generated using VsCode(F5 and select Chrome)
{
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
}
]
}
yarn build
yarn lint