rm -rf .git
) and initialize new git repo (git init
).yarn
- install dependenciesyarn dev
- start in development modeyarn build
- build the project,yarn serve
- serve the builded project,yarn lint
- check for eslint errorsyarn typecheck
- check for typescript errors