Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raminhuk/unilcursos
UnilCursos Website with Next.js and TailwindCSS
https://github.com/raminhuk/unilcursos
next react saas tailwindcss template typescript vercel website
Last synced: 11 days ago
JSON representation
UnilCursos Website with Next.js and TailwindCSS
- Host: GitHub
- URL: https://github.com/raminhuk/unilcursos
- Owner: raminhuk
- License: mit
- Created: 2024-01-17T00:53:06.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-03-05T00:20:25.000Z (9 months ago)
- Last Synced: 2024-03-05T01:36:07.230Z (9 months ago)
- Topics: next, react, saas, tailwindcss, template, typescript, vercel, website
- Language: TypeScript
- Homepage: https://unilcursos.com.br
- Size: 3.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UnilCursos Website with Next.js and TailwindCSS
Live [unilcursos.com.br](https://unilcursos.com.br)
![image](https://github.com/raminhuk/unilcursos/assets/70978375/21e874a4-c9c2-4e32-b72c-e6d162bda32a)
Perfect website for startups and SaaS business websites comes with all the essential pages, components and sections you need to launch a complete business website, integrated with Next 13.x and Tailwind CSS.
If you're looking for a high-quality and visually appealing, feature-rich Next.js Template for your next startup, SaaS, or business website, this is the perfect choice and starting point for you!
### ✨ Key Features
- Crafted for Startup and SaaS Business
- Next.js 13 and Tailwind CSS
- All Essential Business Sections and Pages
- High-quality and Clean Design
- Dark and Light Version
- TypeScript Support
and Much More ...## 🚀 Getting Started
+ Clone this repository
```jsx
git clone https://github.com/raminhuk/unilcursos.git
```
+ Navigate to the unilcursos folder
```jsx
cd unilcursos
```
+ Run npm install to install the dependencies
```jsx
npm install
```
+ Run npm start to start the project at http://localhost:3000/
```jsx
npm run dev
```