Starter template with all the above goodies loaded.
Extras:
- prettier with 4 tab + es5 trailing comma config
- tailwindcss prettier plugin for automatic class sorting.
npm i # or pnpm or yarn
npm run devTo create a production version of your app:
npm run buildYou can preview the production build with npm run preview.
To deploy your app, you may need to install an adapter for your target environment.