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
- Host: GitHub
- URL: https://github.com/roc41d/rippler-frontend-assessment
- Owner: roc41d
- Created: 2024-07-04T01:18:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-04T02:58:02.000Z (about 2 years ago)
- Last Synced: 2026-01-01T23:18:20.906Z (6 months ago)
- Language: TypeScript
- Homepage: https://rippler-frontend-assessment.vercel.app
- Size: 3.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 git@github.com: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)