Thank you for downloading the [template-name]. This template is built with React, Next.js and TailwindCSS.
To get started with this template, we recommend you to read the documentaion first. Or, you can start with the quick start quide.
First, Open this project folder in your IDE ( We recommend VSCode Application for the best experience) and run the following command in the terminal. Use `Ctrl + `` shortcut to open the integrated terminal on VSCode.
First, install the project dependencies.
npm install
# or
yarn
Then, run the following command to start the development server.
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the live server.
You can start editing the page by modifying pages/index.js
. The page auto-updates as you edit the file.
To learn more about Next.js & TailwindCSS, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- TailwindCSS - CSS Framework Documentation.
The easiest way to publish this Template is to use the Vercel Platform from the creators of Next.js. Check out Next.js deployment documentation for more details.