Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 336 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 336 Bytes

React + TailwindCSS + Vite.js + Projen + AWS

This repo will scaffold a new React-project using Vitejs to get React and TailwindCSS up-and-running. And host it in AWS. Project uses Projen to make life easy.

yarn install

Run frontend:

vite

Deploy:

cd backend && cdk deploy

That is easy, right?