playwright/tests/components/ct-solid
2023-07-06 12:01:45 -07:00
..
playwright feat(ct): before mount hook wrapper (#18616) 2022-12-27 14:26:17 -08:00
src fix(ct): solid typecheck (#22799) 2023-05-03 13:53:46 -07:00
tests test(ct): update child (#22712) 2023-05-01 15:20:46 -07:00
.gitignore feat(ct): initial solid (#16703) 2022-08-23 14:08:53 -07:00
index.html feat(ct): initial solid (#16703) 2022-08-23 14:08:53 -07:00
package.json chore: ensure module deps in ct-core (#24056) 2023-07-06 12:01:45 -07:00
playwright.config.ts chore(ct): inline reporter in ci (#23608) 2023-06-08 16:23:59 -07:00
README.md feat(ct): initial solid (#16703) 2022-08-23 14:08:53 -07:00
tsconfig.json test(ct): solid slice by feature (#20048) 2023-01-11 14:06:43 -08:00
vite.config.ts feat(ct): initial solid (#16703) 2022-08-23 14:08:53 -07:00

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

Learn more on the Solid Website and come chat with us on our Discord

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 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 (netlify, surge, now, etc.)