Skip to content

Files

Latest commit

 

History

History
12 lines (9 loc) · 450 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 450 Bytes

SpaceX-API

simple PWA react app using React which Fetches data from the open source SpaceX API (Also works offline)

To install:

  1. Make sure you have NodeJs installed on your computer.
  2. Download as zip or clone this git repository to your device.
  3. Once the file is downloaded, open with your code editor, and using the terminal run the following command:
  • npm install

To then run the app type the following command:

  • npm run start