This project is a frontend template designed to kickstart your web development projects.
It includes a set of pre-configured tools and libraries that are commonly used in frontend development, allowing you to focus on building your application without worrying about the setup.
- ⚡ Next.js
- ⚛️ React
- 🏷️ TypeScript
- 🎨 Tailwind CSS
- 🧪 Jest
- ✅ TypeScript for static typing
- 🎨 Tailwind CSS for utility-first styling
- 🧪 Jest for testing
- 🛡️ ESLint and Prettier for code quality
Ensure you have the following installed:
- 🟢 Node >=21.1.0
- 📦 npm or yarn
- Clone the repo:
git clone https://github.com/your-username/your-repo.git
- Install dependencies:
cd your-repo npm install # or yarn install
To start the development server:
npm run dev
# or
yarn devTo build the application for production:
npm run build
# or
yarn buildTo start the production server:
npm start
# or
yarn startTo run tests:
npm test
# or
yarn testContributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- 🍴 Fork the Project
- 🌱 Create your Feature Branch (
git checkout -b feature/AmazingFeature) - 💾 Commit your Changes (
git commit -m 'Add some AmazingFeature') - 📤 Push to the Branch (
git push origin feature/AmazingFeature) - 🔁 Open a Pull Request
Thanks to these amazing contributors: Top Contributors