Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.