This is a website example of Landing Page.
To run project locally wrote code line below in terminal of project root
npm run dev
Next The React Framework for the Web. Used by some of the world's largest companies, Next.js enables you to create high-quality web applications with the power of React components. To create and install environment for Next JS I used Vite front end tool.
npx create-next-app@latest
TypeScript TypeScript is a strongly typed programming language that builds on JavaScript, giving you better tooling at any scale.
Vite is a platform-agnostic frontend tool for building web applications quickly and solves some common developer headaches.
Tailwind CSS is a utility-first CSS framework. To configuration it comes as a choice when running code for create nextjs app.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.