Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kemalyen/easy-peasy-customer-portal-frontend
https://github.com/kemalyen/easy-peasy-customer-portal-frontend
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kemalyen/easy-peasy-customer-portal-frontend
- Owner: kemalyen
- Created: 2023-08-27T14:31:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-30T08:52:26.000Z (7 months ago)
- Last Synced: 2024-05-30T10:28:55.502Z (7 months ago)
- Language: JavaScript
- Size: 660 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Easy Peasy Portal Frontend
This is the frontend application source code. Built with [React](https://reactjs.org/).
## Installation
After clonig the repository, you should run `npm install` to install the javascript modules.
Update the .env file with your frontend URL:
```sh
VITE_API_BASE_URL=http://localhost:8000
```If you're running the application inyour local, just run following command, this will start vite with preview site
```sh
npm run dev
```You should also run the API backend.
## License
The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).