Prototype of HakuNeko based on NW.js + TypeScript
The application consists of two ...
Make sure git and NodeJS + NPM are installed on your system.
# clone the repository
git clone https://github.com/manga-download/haruneko.git
# change into the project directory
cd harunkeo
# install dependencies
npm install
-
Build and serve the web-application on the local machine
npm run serve
-
Build and run the client application that will open the web-application hosted on the local machine
npm start