Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sdd/mars-rover
https://github.com/sdd/mars-rover
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sdd/mars-rover
- Owner: sdd
- Created: 2021-10-17T19:58:34.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:33:56.000Z (about 1 year ago)
- Last Synced: 2024-10-31T00:08:52.927Z (2 months ago)
- Language: TypeScript
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```