React ND Project 3: UdaciCards

Installation

  • Install Node.js if you do not have it. You will need yarn package to run this application

  • Once npm is installed, use it to install the react-native environment and set up yarn if do not have it.

  • Please note that if you use npm, create-react-native-app does not function well with the latest version, you will need to downgrade to version 4.

  • Once you have react and create-react-native-app installed on your computer, you'll need to open this application and install dependencies by running yarn install, you may use npm as well but yarn is recommended

  • run the command yarn start to launch the project. You can use npm but yarn is recommended

Resources used in creating the application