also see Voycar Backend!
- JavaScript (using Node.js)
- Skeleton, including...
- Tailwind CSS
- SvelteKit, including...
- Code style and debugging
- Have Docker set up
- Get the source code, e.g. with...
git clone https://github.com/solid-stack-solutions/voycar-frontend
cd voycar-frontend- Run
docker compose up
Requires
node/npm
# run app locally
npm run dev
# reload by typing "r" and enter in the terminal
# inspect svelte components with ctrl+alt+i in webapp
# check formatting / code style
npm run check-format
# apply configured formatting rules
npm run format- Run
npm run formatbefore creating a PR - Comments start with a space and a capital letter, e.g.
// This is a comment