1. NextJS: Create project with TS and Tailwind CSS

Follow the 2 step to Create Next JS app on current location and host it locally at port 3000.

Steps

1. npx create-next-app@latest ./


As seen in the image below, make sure you choose Yes for required option.


Run your NextJS app

2. npm run dev

In console:










Output: (Go to http://localhost:3000 in your browser)





















Comments

Popular posts from this blog

Host Your Node.js App on AWS EC2 Instance for Free in 2024

GitCommandsPro Your Guide to Essential Git Commands in 2024

SOAP Explained: With Javascript