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
- Host: GitHub
- URL: https://github.com/rodrigowebdev/starwars-ui
- Owner: RodrigoWebDev
- License: mit
- Created: 2020-01-25T15:11:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T19:57:08.000Z (about 5 years ago)
- Last Synced: 2024-12-28T01:44:58.041Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://starwars-ui-app.netlify.app/
- Size: 1.22 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```