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

Formatting MySQL Dates

SOAP Explained: With Javascript

Mastering MySQL Timestamps