Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

n-p-e/solid-vps-tailwind-starter

Repository files navigation

solid-vps-tailwind-starter

A project template with Solid, vite-plugin-ssr, Tailwind, and Expressjs.

Usage

Those templates dependencies are maintained via pnpm via pnpm up -Lri.

This is the reason you see a pnpm-lock.yaml. That being said, any package manager will work. This file can be safely be removed once you clone a template.

$ npm install # or pnpm install or yarn install

Available Scripts

In the project directory, you can run:

npm dev or npm 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.

npm run build

Builds the app for production. See vps's documentation for deployment options.

npm run start

Start an express server that serves built app.

Releases

No releases published

Packages

No packages published