- English: https://covered-ca-clone-client.vercel.app/en
- Spanish: https://covered-ca-clone-client.vercel.app/sp
- Video Demo: https://www.youtube.com/watch?v=DHcKh70Gu3c
This project aims to demonstrate how to optimize coveredca.com. As far as I can tell, CoveredCA.com is rendered completely on the client (CSR). Much of the site, prior to the user logging-in, is static content that can be built in advance on the server. NextJS has server-side rendering (SSR) built in along with many other optimizations. Therefore, it is my framework of choice for this project.
- NextJS
- TailwindCSS
Learn more about the design: https://dev.to/pgomezec/a-user-centered-coveredcacom-5hco
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.