Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```