Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mahcodes/unclean-frontend-sample
Unclean Frontend Sample for the CleanApiSample
https://github.com/mahcodes/unclean-frontend-sample
Last synced: about 4 hours 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-09T19:49:28.000Z (over 1 year ago)
- Last Synced: 2024-04-17T17:12:10.869Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 228 KB
- Stars: 0
- Watchers: 1
- 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/)