Installation
Learn how to install React Mower in your project.
Prerequisites
Before installing React Mower, make sure you have the following prerequisites:
- React: React Mower is designed to work with React applications.
- Node.js and npm: You need Node.js and npm (or yarn/bun) installed on your system.
Installation with npm
You can install React Mower using npm:
npm install react-mowerInstallation with yarn
If you prefer yarn, you can install React Mower using:
yarn add react-mowerInstallation with bun
If you use bun, you can install React Mower using:
bun add react-mowerPeer Dependencies
React Mower requires react-toastify as a peer dependency, but you do not need to install it separately. It is bundled with React Mower.
However, you need to include the CSS for react-toastify in your project:
import 'react-toastify/dist/ReactToastify.css';