savvato-software / savvato-work-app-frontend-app

MIT License
0 stars 4 forks source link

Work App

This project was setup using Vite to work with React for the frontend of the project.

Prerequisites

Before getting started, make sure you have the following installed on your machine:

Setup

  1. Clone the repository:
    git clone https://github.com/savvato-software/savvato-work-app-frontend-app.git
  1. Navigate to the project directory:
    cd work-app-frontend
  1. Install dependencies:
    npm install
    or
    yarn install

Running the Project

    npm run dev
    or
    yarn dev
    > 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

Project Structure

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
└── ...

Contributing

If you'd like to contribute to the project, please follow these guidelines:

  1. Fork the repository.
  2. Create a new branch for your feature/bug fix.
  3. Make your changes and commit them.
  4. Push your changes to your forked repository.
  5. Open a pull request.

License

This project is licensed under the MIT License.