1.1: Scaffold Solid.js + Vite + Tailwind project #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Create the project skeleton.
package.jsonwith solid-js, @solidjs/router, vite, tailwindcss, postcss, autoprefixervite.config.tstailwind.config.jstsconfig.jsonAcceptance:
npm run devstarts, shows a blank dark page.