A simple web app to keep track of Bloodbowl 2020 teams made with Svelte.
Install the dependencies...
npm install
...then start Rollup:
npm run dev
Navigate to localhost:5000. You should see the app running.
If you're using Visual Studio Code Svelte for VS Code is pretty handy.
If you want to serve your development build to the local network use:
npm run dev:serve
To create an optimised version of the app:
npm run build
You can run the newly built app with npm run start
.
There are limited unit tests using jest which can be run with:
npm run test
test:watch:
npm run test:watch
Cypress e2es are run with each deploy.
Run against bbroster.com
npm run e2e
Run against local:
npm run e2e:local