Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 825 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 825 Bytes

Magic 8 Ball React Native

To Do Before Session

Switch to node version 10.15.2

  1. Open terminal window
  2. curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.1/install.sh
  3. nvm install 10.15.2
  4. nvm use 10.15.2
  5. check version node -v

Run the project

  • Install: npm install
  • Start: npm start
  • Test: npm test