Skip to content

imkunet/solidjs-template

Repository files navigation

solidjs-template

Please note: these are my personal settings and are not in any way endorsed or supported by SolidJS

What's inside

Recommendations

This repo works best in vscode/forks with the ESLint, Prettier, and Typescript extensions installed and enabled!

Getting started

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

Customization

Some things you might want to remember to change to your own and or re-brand are:

  • Project license
  • package.json name and version
  • index.html title, meta, and theme colors
  • src/assets/favicon.ico

Available Scripts

In the project directory, you can run:

pnpm dev or pnpm start

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.

pnpm run build

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!

Deployment

You can deploy the dist folder to any static host provider (pages.dev, vercel, netlify, etc.)

About

My personal SolidJS template (batteries included!)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published