Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 817 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 817 Bytes

Planor Frontend

Frontend application for planorsoft. React, Redux and Shadcn UI used for project. Every component is abstracted into its own folder into containers. in components folder, there are reusable components that are used in multiple places. constants folder responsible for storing constants. hooks folder contains custom hooks.

Development

If your first time running the app, you need to install the dependencies first.

cd frontend
npm install

After that, you can run the app with the following command.

npm run dev

Deployment

Deployed using Render, when a commit is pushed to the main branch, the app is automatically deployed.