Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patatobit/nextie
A simple NextJS + TailwindCSS template.
https://github.com/patatobit/nextie
Last synced: 9 days ago
JSON representation
A simple NextJS + TailwindCSS template.
- Host: GitHub
- URL: https://github.com/patatobit/nextie
- Owner: PatatoBit
- Created: 2022-07-11T12:27:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-18T05:27:47.000Z (about 2 years ago)
- Last Synced: 2023-06-09T03:21:49.821Z (over 1 year ago)
- Language: TypeScript
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a NextJS Template
## Getting Started
Use this template and clone it
`yarn` or `npm install`
### Development
```
yarn dev
```### Production
`yarn build`
`yarn start`