Source code for web app built with react native
View Demo
·
Report Bug
·
Request Feature
Linked-in post on the motivation and what I learnt doing this Project
The web version of this React-Native-SuperHero-Mobile-App I built with React Native.
This is 98% the same codebase as the mobile app but built on top of react native web and Create React App.
nodejs
andyarn
package manager
sudo apt install nodejs
- Clone the repo
git clone https://github.com/machariamuguku/React-Native-SuperHero-Web-App.git
- Install packages
yarn
- Get your SuperHero API key from and fill it in the fetch functions in /utils
- Run in Development
yarn start
- Build for Production
yarn build
- Run Production Locally
serve -s build # must have installed 'serve' globally
Contributions are welcome and appreciated.
Distributed under the MIT License. See LICENSE
for more information.