Spring.net - Application Framework
# Getting Started
Commands available:
```
# Init
yarn install # Install dependencies
# Linter / Prettier
yarn run lint # Linter
yarn run fix # Fix linting errors
# Dev
yarn start # Run dev
# Prod
yarn build # Run dev
yarn serve # Serve the prod build
```