Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 478 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 478 Bytes

ColorCatalog

Catalog colors: save your favorite web colors and see the details.

React Native practice project.

Install the Dependencies

We need to install dependencies for ColorCatalog. Change into this directory and install with yarn.

With yarn:

cd ColorCatalog
yarn

Start and run your app

yarn start # you can open iOS, Android, or web from here, or run them directly with the commands below.
yarn android
yarn ios
yarn web