Skip to content

Albaalah/user-hobbies-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App.

Installation

Clone this repository on your system using git clone. Make sure the backend code is running as well to get initial static values.

Run the following commands step-by-step.

yarn install

Wait for dependencies to finish installing.

yarn start

Runs the app in the development mode.
Navigate to http://localhost:3000 to view it in the browser.

yarn test --watchAll

This command launches the test runner in the interactive watch mode.
See the section about running tests for more information.