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

https://github.com/roc41d/rippler-frontend-assessment

Rippler Frontend Assessment
https://github.com/roc41d/rippler-frontend-assessment

Last synced: 2 months ago
JSON representation

Rippler Frontend Assessment

Awesome Lists containing this project

README

        

# Rippler Frontend Assessment

## Getting started

### Requirements
```
Node: v20.9.0
NPM: v10.5.0
Angular CLI: v18.0.7
```

### Installation
Clone the repository

```
git clone [email protected]:roc41d/rippler-frontend-assessment.git

```

Switch to project folder

```
cd rippler-frontend-assessment
```

Install dependencies

```
npm i
```

Start local development server

```
npm start
```

You can now access the app via [http://localhost:4200](http://localhost:4200)