Hi I am Rahul Prajapati , welcome to my project of google-docs clone. Let me tell you about
Create Next app To create a Next.js app, open your terminal, cd into the directory you’d like to create the app in, and run the following command:
$ npx create-next-app
After that visit the directory and start the server by using-
$ cd
if you are using yarn then to start the server type yarn dev in the terminal.
For more info about Create Next app Visit Here
$ npm install -D tailwindcss postcss autoprefixer $ npx tailwindcss init -p