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

https://github.com/doannc2212/nextjs-starter

Monorepo Next.js Starter project
https://github.com/doannc2212/nextjs-starter

arcjet eslint intl jest monorepo nextjs nextjs-starter react reactjs template

Last synced: 3 months ago
JSON representation

Monorepo Next.js Starter project

Awesome Lists containing this project

README

        

# Next.js Starter Project

This is a starter project for Next.js, a React framework for building server-side rendered applications.

## Introduction

This project aims to provide a solid foundation for building Next.js applications. It includes configurations for TypeScript, ESLint, testing, and more.

## Getting Started

### Prerequisites

Make sure you have **[Bun](https://bun.sh/docs/installation)** installed on your machine.

### Installation

To get started with this project, follow these steps:

1. **Clone the repository:**

```bash
git clone https://github.com/doannc2212/nextjs-starter.git
cd nextjs-starter
```

2. **Install dependencies:**

```bash
bun install
```

3. **Run the development server:**

```bash
bun dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

## Project Structure

- `apps/` - Contains the main applications of the monorepo.
- `packages/` - Contains shared packages and libraries used by the applications.

## TODO

I'm currently fork the [alan2207/bulletproof-react](https://github.com/alan2207/bulletproof-react) to `apps/web`