Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aabuhijleh/next-starter
🎉 Next.js framework TypeScript, Styled Components starter repository
https://github.com/aabuhijleh/next-starter
eslint husky nextjs prettier react styled-components typescript
Last synced: 7 days ago
JSON representation
🎉 Next.js framework TypeScript, Styled Components starter repository
- Host: GitHub
- URL: https://github.com/aabuhijleh/next-starter
- Owner: aabuhijleh
- Created: 2021-11-02T13:30:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T14:03:05.000Z (almost 2 years ago)
- Last Synced: 2024-05-28T21:21:30.205Z (9 months ago)
- Topics: eslint, husky, nextjs, prettier, react, styled-components, typescript
- Language: TypeScript
- Homepage:
- Size: 961 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚀 Next Starter
> [Next.js](https://github.com/vercel/next.js) framework TypeScript, Styled Components starter repository.
## 💻 Usage
```bash
# install dependencies
$ npm install# run the app in development
$ npm run dev# build the app for production
$ npm run build# check linting
$ npm run lint
```