An anime streaming platform free, open source, based on electronjs.
It is illegal to distributable copyrighted content (and Anime is copyrighted), we are a platform that serves webtorrents from dictionaries and let you preview the content instead of downloading it, and you will be able to watch it in a netflix style.
Since this project is open source, all hands are welcome to contribute by making a donation or putting your hands on the code.
- Use of
webpack-dev-serverfor development - HMR for both
rendererandmainprocesses - Use of
babel-preset-envthat is automatically configured based on yourelectronversion - Use of
electron-builderto package and build a distributable electron application
Simply clone down this repository, install dependencies, and get started on your application (you may want to give a star and a fork of this project).
# or copy template using git clone
git clone https://github.com/wasmake/mikowaii-app.git
cd mikowaii-app
rm -rf .git
# install dependencies
npm - i# run application in development mode
npm run dev
# compile source code and create webpack output
npm run compile
# `yarn compile` & create build with electron-builder
npm run dist
# `yarn compile` & create unpacked build with electron-builder
npm run dist:dir