Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sdd/mars-rover


https://github.com/sdd/mars-rover

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

# Mars Rover

> ✨ Bootstrapped with Create Snowpack App (CSA).

Once checked out, run `npm install` to install all dependencies.

## Available Scripts

### npm start

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

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

### npm test

Launches the application test runner.
Run with the `--watch` flag (`npm test -- --watch`) to run in interactive watch mode.

## Description

This project was initialised by using the following command to
create a skeleton React / Typescript app that uses Snowpack for it's development server:

```bash
npm init snowpack-app mars-rover --template @snowpack/app-template-react-typescript
```