MangaKat
A manga reader web application for medium and large screen devices. Built with React.
Install / Use
/learn @usmansbk/MangaKatREADME
MangaKat
A manga reader progressive web application for reading manga on and offline.
Features
One time load of manga information Accessible offline Read saved manga offline Save you from pointless network reloads
Requirements
To run this project, you'll need to install node. The latest version of Node.js is recommended. The dependencies of ths project are managed with npm.
Setting up
- Clone this project to any folder on your local machine
git clone https://github.com/usmansbk/MangaKat.git
- Navigate into the folder name specified
Installing Packages
npm install
Running the app in Development
Run npm start to initialize and run the webpack development server. Navigate to http://localhost:3000/. The app will automatically reload if you change any of the source files.
Running the app in Production
To run the app in production build of the app.
npm run build
