The official React95 template for Create React App.
npm install @react95/cra-templateThe official @react95 template for Create React App.
For example:
``sh
npx create-react-app my-app --template @react95
yarn create react-app my-app --template @react95
``
For more information, please refer to:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.