https://github.com/mahcodes/unclean-frontend-sample
Unclean Frontend Sample for the CleanApiSample
https://github.com/mahcodes/unclean-frontend-sample
Last synced: 9 months ago
JSON representation
Unclean Frontend Sample for the CleanApiSample
- Host: GitHub
- URL: https://github.com/mahcodes/unclean-frontend-sample
- Owner: MAHcodes
- License: gpl-3.0
- Created: 2023-08-03T05:50:56.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-09T19:49:28.000Z (almost 3 years ago)
- Last Synced: 2025-01-16T01:26:06.766Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 228 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unclean-frontend-sample
This is an unclean frontend sample for the [CleanApiSample](https://github.com/SmartSoft-ME/CleanApiSample).
## FAQ
### How to run the application?
1. Star the Repository
2. Clone the project
```
git clone https://github.com/MAHcodes/unclean-frontend-sample
```
3. Navigate into the project directory
```
cd unclean-frontend-sample
```
4. Install dependencies
```
npm i
```
5. Ensure that you have [CleanApiSample](https://github.com/SmartSoft-ME/CleanApiSample) running.
6. You might need to edit the configurations in `src/configs/app.ts`
7. Start the development server
```
npm run build
```
8. Open your web browser and visit [http://localhost:5173](http://localhost:5173/)