Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ishibi/nextjs-template
🔋 Batteries included Next.js project template
https://github.com/ishibi/nextjs-template
eslint hacktoberfest nextjs prettier react react-redux redux-toolkit tailwindcss typescript
Last synced: 25 days ago
JSON representation
🔋 Batteries included Next.js project template
- Host: GitHub
- URL: https://github.com/ishibi/nextjs-template
- Owner: iShibi
- License: mit
- Created: 2022-04-09T12:13:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-24T21:43:23.000Z (about 1 year ago)
- Last Synced: 2024-05-01T17:34:27.824Z (8 months ago)
- Topics: eslint, hacktoberfest, nextjs, prettier, react, react-redux, redux-toolkit, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://ishibi-nextjs-template.vercel.app
- Size: 464 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## What's this?
This is a [Next.js](https://nextjs.org/) project template that comes with:
- [ESLint](https://eslint.org/)
- [Prettier](https://prettier.io/)
- [TypeScript](https://www.typescriptlang.org/)
- [TailwindCSS](https://tailwindcss.com/)
- [Redux Toolkit](https://redux-toolkit.js.org/)## Getting Started
0. Clone this repository:
```bash
git clone https://github.com/iShibi/nextjs-template.git
```1. Install required packages:
```bash
npm install
```2. Run the development server:
```bash
npm run dev
```3. Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.