https://github.com/itseric24/expense-tracker-web-app-front-end
https://github.com/itseric24/expense-tracker-web-app-front-end
html javascript reactjs reactrouter6 tailwindcss vite
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/itseric24/expense-tracker-web-app-front-end
- Owner: ItsEric24
- Created: 2024-05-21T16:51:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-29T19:05:26.000Z (about 2 years ago)
- Last Synced: 2024-05-30T03:02:59.610Z (about 2 years ago)
- Topics: html, javascript, reactjs, reactrouter6, tailwindcss, vite
- Language: JavaScript
- Homepage: https://expense-tracker-i1on.onrender.com
- Size: 9.91 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Expense-Tracker
## Table of Contents
- [Installation](#installation)
- [Running the Project](#running-the-project)
- [Building for Production](#building-for-production)
## INSTALLATION
### Prerequisites
Make sure you have the following installed:
- [Node.js](https://nodejs.org/)
- [npm](https://www.npmjs.com/)
### Steps
1. **Clone the repository:**
git clone https://github.com/ItsEric24/expense-tracker-web-app-front-end-
2. **Navigate into the project**
cd expense-tracker-web-app-front-end-
3. **Install the dependencies**
npm install
## RUNNING THE PROJECT
1. _To start the development server, use the following command:_
npm run dev
2. _The development server will start, and you can view your project by navigating to http://localhost:3000 in your web browser_
## BUILDING FOR PRODUCTION
1. _To build the project for production, use the following command:_
npm run build
2. _The production-ready files will be generated in the `dist` directory_