/landing-page

React + TailwindCSS + Vite.js + Projen + AWS

Primary LanguageTypeScriptApache License 2.0Apache-2.0

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?