/solid-ts-template

SolidJS Typescript Template with Vite and Tailwind

Primary LanguageJavaScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

SolidJS Typescript Template

SolidJS Typescript Template with Vite and Tailwind

Install dependencies

npm install

Building the application

To build the application you need to run the following command:

npm run build

Running the application

Development

To run the development server with HMR, run the following command:

npm run start:dev

Production preview

The application is not supposed to be run by the built-in server, but in-case if you would like to have a preview view of the application, after you built the application, you can run the following command:

npm run start:prev