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
- Host: GitHub
- URL: https://github.com/doannc2212/nextjs-starter
- Owner: doannc2212
- License: mit
- Created: 2024-11-06T07:16:07.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-02-24T06:54:08.000Z (4 months ago)
- Last Synced: 2025-02-24T07:37:42.571Z (4 months ago)
- Topics: arcjet, eslint, intl, jest, monorepo, nextjs, nextjs-starter, react, reactjs, template
- Language: TypeScript
- Homepage:
- Size: 1.27 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`