The Front-end blog is a blog about front-end and web development built with Svelte, Tailwind & Hugo.
npm start
: Main dev server. Runs everything you need.npm run dev
: Runs components in isolation. Serves app/index.html
as a playground for components.npm run hugo
: Only runs static site.npm run build
: Build for production