Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.12 KB

README.md

File metadata and controls

47 lines (28 loc) · 1.12 KB

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 installed on your machine.

Installation

To get started with this project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/doannc2212/nextjs-starter.git
    cd nextjs-starter
  2. Install dependencies:

    bun install
  3. Run the development server:

    bun dev

    Open 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 to apps/web