https://github.com/daviemakz/swapi-wiki
A SPA wiki based on the swapi (Star Wars API) written in React.JS
https://github.com/daviemakz/swapi-wiki
react spa-wiki star-wars-api swapi swapi-wiki
Last synced: 12 days ago
JSON representation
A SPA wiki based on the swapi (Star Wars API) written in React.JS
- Host: GitHub
- URL: https://github.com/daviemakz/swapi-wiki
- Owner: daviemakz
- License: gpl-3.0
- Created: 2017-02-08T16:41:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-24T11:24:32.000Z (almost 8 years ago)
- Last Synced: 2025-02-22T18:50:35.584Z (about 1 year ago)
- Topics: react, spa-wiki, star-wars-api, swapi, swapi-wiki
- Language: JavaScript
- Size: 19.2 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# swapi-wiki
A SPA wiki based on the swapi (Star Wars API) written in React.JS. This is my first React.JS app built from the ground up so its not going to be perfect! I must say though its a fantastic JavaScript library, once you get your head around some of the fundamentals its really intuitive, the applications basically write themselves! Good stuff!
# Installation
To install run the following command:
npm run install
# Running The Application
After you have installed the application locally, build via this command:
npm run build
Then to execute:
npm run start
If all is well a server should have started in the console. Now all you need to do is visit this address:
http://localhost:8080/
Have fun!