This repo works best in vscode/forks with the ESLint, Prettier, and Typescript extensions installed and enabled!
You can get this template now in your terminal by running
npx degit imkunet/solidjs-template my-project
and then inside the project directory run
pnpm i
Some things you might want to remember to change to your own and or re-brand are:
- Project license
package.json
name and versionindex.html
title, meta, and theme colorssrc/assets/favicon.ico
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
Builds the app for production to the dist
folder.
It correctly bundles Solid in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
You can deploy the dist
folder to any static host provider (pages.dev, vercel, netlify, etc.)