Using Vercel to host the database and a github repo (running a Vercel Hobby account) for the front end, we can create a static page that is rendered on the cloud.
- Markdown rendering
- Email contact form
- Session management (light/dark mode)
- Responsive design (using Tailwind CSS)
- React components
To run this project, you need to have Node.js installed. Then, run the following commands:
git clone https://github.com/dcalenzani/server_01.git
cd server_01
npm install
npx next dev
Then open your browser and go to http://localhost:3000