/mars-rovers

Primary LanguageJavaScript

Mars Rover

Getting Started

Install all dependencies for the app:

yarn install

Server

To start running the server run this command:

yarn server

Frontend

To setup and start the app run the backend before and then run this command:

yarn client

Testing

Run yarn test:client to run frontend tests.

Run yarn test:server to run backend tests.