Description

The repository contains Docs that tell you what features have been added to React 18, and a CLI that allows you to build apps quickly and easily

Installation

React 18 Boilerplate provides a CLI for building apps.

# When using NPM
npm install -g create-react18-boilerplate
# When using yarn
yarn global add create-react18-boilerplate

You can run a script with npx

npx create-react18-boilerplate

Usage

mkdir [project_name]
cd [project_name]
create-react18-boilerplate # Create a project when entering a command

Scripts

CRB (create-react18-boilerplate) creates a webpack-based customizable project. The scripts below are basic functions and can be changed at any time.

Build

npm run build

Dev mode start

npm run dev

GitHub

View Github