Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 883 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 883 Bytes

React + Vite + TailwindCSS template

Create your own project based on this template by running:

npx degit quavedev/react-vite-tailwindcss-template your-project

Install

npm install

You can make sure you are running Node.js 18 with nvm. Run nvm use to set the Node.js 18 in this project.

Develop

npm run dev

Build

npm build

Preview:

npm run preview

Deploy on zCloud

Create your account at zcloud.ws.

Connect to your GitHub, create your app and done!

Push to Deploy.

Or use the preconfigured action to deploy your app. Uncomment all the lines and add your zCloud User Token (ZCLOUD_USER_TOKEN) to your secrets on GitHub and replace env placeholder value with your app env name (check it on app.zcloud.ws > Your app env > Settings).