Create your own project based on this template by running:
npx degit quavedev/react-vite-tailwindcss-template your-project
npm install
You can make sure you are running Node.js 18 with
nvm
. Runnvm use
to set the Node.js 18 in this project.
npm run dev
npm build
Preview:
npm run preview
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).