Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 776 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 776 Bytes

Space App

Displays the planets in space and highlights key known facts

Available Scripts

In the project directory, you can run:

How to test the application

  1. Create a folder on your machine mkdir myproject
  2. cd myproject
  3. Run git clone https://github.com/Teatoller/space-app.git
  4. cd space-app
  5. open space-app in your chosen editor. For vscode enter code . on terminal and press enter.
  6. git checkout develop
  7. On the terminal run yarn install
  8. To run tests on the terminal run yarn start

yarn start

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

The page will reload if you make edits.
You will also see any lint errors in the console.