Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivorscott/client-app
Client frontend
https://github.com/ivorscott/client-app
project-management
Last synced: about 2 months ago
JSON representation
Client frontend
- Host: GitHub
- URL: https://github.com/ivorscott/client-app
- Owner: ivorscott
- Created: 2020-09-06T02:17:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-21T15:11:53.000Z (over 2 years ago)
- Last Synced: 2024-10-30T03:49:31.859Z (3 months ago)
- Topics: project-management
- Language: TypeScript
- Homepage:
- Size: 3.98 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Archived] Client Frontend
![frontend preview](docs/images/demo.png)
## Goal
This is an experimental project for learning.
Client is a project management tool for performing software development with clients.
- [See Figma design](https://www.figma.com/file/M0FVvRZWGUPWgJlby4UPjm/Devpie-Client?node-id=237%3A16)
- [See Frontend repository](https://github.com/ivorscott/client-app)
- [See Events repository](https://github.com/ivorscott/client-events)
- [See Infrastructure repository](https://github.com/ivorscott/client-infra)## Requirements
- [Client Core](https://github.com/ivorscott/client-core)
- Secrets## Environment Variables
Create an `.env` file with the below content:
```
# .env fileVITE__BACKEND=http://localhost/api/v1
VITE__AUTH0_DOMAIN=
VITE__AUTH0_AUDIENCE=
VITE__AUTH0_CLIENT_ID=
```
## Usage```
npm install
npm run dev
```