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 (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-04T02:58:02.000Z (11 months ago)
- Last Synced: 2025-01-21T21:13:23.140Z (4 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 [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)