This is a Next.js project bootstrapped with create-next-app
.
First, install all the packages with npm install
then run the development server:
npm install && npm run dev
Open http://localhost:3000 with your browser to see the result.
You can start from pages/_document.jsx
.
- This project was build with Next JS and Tailwind CSS.
- Used some well known tools like Google Fonts, Material Icon set, ESLint, Prettier, Husky, etc.
- You may use current Node LTS version for running this project (v18.16.0)
- You may run this project on any environment, i.e.: Mac, Windows, Linux, etc.
- Most of the code was written by myself.
- While building this project, I took some help from Google, Stack Overflow, W3Schools, MDN, etc.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!