Run and visit http://127.0.0.1:3000/
yarn dev
To build the App, run
yarn build
And you will see the generated file in dist
that ready to be served.
If pre-commit hooks are not working be sure that you have installed husky: husky install
.
By default this command should be triggered after yarn/npm deps are installed.