Here's the code of the website FrontEndFestival.nl.
- Svelte
- SvelteKit (SSR, overkill I know 😅)
- Vite
- TypeScript (There's not much script though)
- TailwindCSS
- Hosted on Azure Web Apps
- Automated with Terraform
- Prettier for code formatting
This should do it all:
# Install dependencies
npm install
# Run the dev server
npm run dev
Make sure startup script is the following in azure:
pm2 start ecosystem.config.cjs --no-daemon
Releasing is as simple as pushing to main and merging the PR created by release-please after.