This project was setup using Vite
to work with React
for the frontend of the project.
Before getting started, make sure you have the following installed on your machine:
- Node.js
- npm or yarn
- Clone the repository:
git clone https://github.com/savvato-software/savvato-work-app-frontend-app.git
- Navigate to the project directory:
cd work-app-frontend
- Install dependencies:
npm install
or
yarn install
- To run the project locally, use the following command:
npm run dev
or
yarn dev
- This will start the development server and will display the URL in the terminal.
> work-app-frontend@0.0.0 dev
> vite
Re-optimizing dependencies because lockfile has changed
VITE v5.4.2 ready in 378 ms
➜ Local: http://localhost:5173/
➜ Network: use --host to expose
➜ press h + enter to show help
- For a quick review of all available
Vite
commands, refer Developers' Guide
Here's a brief overview of the project structure:
├── public
│ ├── index.html
│ └── ...
├── src
│ ├── components
│ │ └── ...
│ ├── services
│ │ └── ...
│ ├── App.jsx
│ ├── App.css
│ ├── main.jsx
│ ├── index.css
│ └── ...
├── .gitignore
├── package.json
├── vite.config.js
└── ...
If you'd like to contribute to the project, please follow these guidelines:
- Fork the repository.
- Create a new branch for your feature/bug fix.
- Make your changes and commit them.
- Push your changes to your forked repository.
- Open a pull request.
This project is licensed under the MIT License.