A simple Vite with TailwindCSS app that is configured with React.
Ready to deploy on Railway.
- Vite
- React
- TailwindCSS
Local
- Install dependencies
yarn
- Run
yarn dev
Railway setup
- Connect to your Railway project
railway link
- Start the development server
railway run yarn dev