Skip to content

marsender/solidjs-project

Repository files navigation

solidjs-project

Tests

This is a test project with

Install

Clone SolidJS project repository

git clone [email protected]:marsender/solidjs-project.git
cd solidjs-project
npm install # or pnpm install or yarn install

Build for dev

npm run dev

Runs the app in the development mode.
Open http://localhost:5173 to view it in the browser.

Build for prod

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!

Run tests

npm run test

Deploy

Cloudflare Pages deployment

  • Log in to the Cloudflare dashboard and select your account in Account Home > Pages.
  • Select Create a new Project and the Connect Git option.
  • Select the git project you want to deploy and click Begin setup
  • Set build command: npm run build
  • Set build output directory: /dist

Learn more about deploying your application with Vite documentation

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published