SolidJS Typescript Template with Vite and Tailwind
npm install
To build the application you need to run the following command:
npm run build
To run the development server with HMR, run the following command:
npm run start:dev
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