Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)