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: about 2 months 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-24T21:43:23.000Z (over 2 years ago)
- Last Synced: 2025-04-02T14:27:54.412Z (about 1 year 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: 2
- Watchers: 1
- Forks: 1
- 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.