This project is a boilerplate for a React application using Vite as the build tool, Redux Toolkit for state management.
Before you begin, ensure you have the following installed on your machine:
- Node.js: Download and install Node.js
- npm: Node.js package manager (comes with Node.js installation)
-
Clone the repository:
git clone https://github.com/anwarhakim31/Budgetin.git
-
Navigate to the project directory:
cd Budgetin
-
Install dependencies
npm install
-
To start the development server, run:
npm run dev
Deploy the dist
directory to your hosting platform of choice.