Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 743 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 743 Bytes

Getting Started with React Unicorn

Quick Start

You can install Project with Yarn or Npm respectively:

yarn install or

npm install

After in the project directory, you can run:

yarn start or

npm start

That commands runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

It will take a little time for the server to start, so at first you \ may see a white screen for a while, don't worry, it will pass soon :)
The page will reload if you make edits.
You will also see any lint errors in the console.

Auth information:

The application integrated with https://reqres.in
Therefore, you can find all the necessary credentials for login.