https://github.com/maybemonad/next-boilerplate
A Next.js based Boilerplate.
https://github.com/maybemonad/next-boilerplate
Last synced: 9 months ago
JSON representation
A Next.js based Boilerplate.
- Host: GitHub
- URL: https://github.com/maybemonad/next-boilerplate
- Owner: MaybeMonad
- Created: 2021-06-02T08:17:11.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-01T13:54:57.000Z (over 4 years ago)
- Last Synced: 2025-01-13T12:48:32.666Z (over 1 year ago)
- Language: CSS
- Size: 119 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org/) based project integrated with [`Tailwind CSS`](https://tailwindcss.com).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
```
Open [http://localhost:3030](http://localhost:3030) with your browser to see the result.