This is a test project with
Clone SolidJS project repository
git clone [email protected]:marsender/solidjs-project.git
cd solidjs-project
npm install # or pnpm install or yarn install
npm run dev
Runs the app in the development mode.
Open http://localhost:5173 to view it in the browser.
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!
npm run test
- 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