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

https://github.com/rodrigowebdev/starwars-ui

A web app that display all Star Wars characters and their ships
https://github.com/rodrigowebdev/starwars-ui

Last synced: 3 months ago
JSON representation

A web app that display all Star Wars characters and their ships

Awesome Lists containing this project

README

          

# Star Wars WEB APP

Live demo [HERE](https://starwars-ui-app.netlify.com/)

### Installing

```
npm install
```

## Development Server

```
gatsby develop
```

or

```
npm start
```

## Build

```
gatsby build
```

## Production Server

```
gatsby serve
```