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
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
mkdir [project_name]
cd [project_name]
create-react18-boilerplate # Create a project when entering a command
CRB (create-react18-boilerplate) creates a webpack-based customizable project. The scripts below are basic functions and can be changed at any time.
npm run build
npm run dev