Coder Social home page Coder Social logo

appdl's Introduction

appdl

解决mac上不能下载pp助手上的越狱App

在Mac上没有下载越狱App的地方,加上iOS11以后砸壳也不容易了,所以就使用flask+react写了一个单页服务

问题

1. 如何运行调试?

①调试运行服务器 1. 进入dl-flask 2. 在python3环境下,执行

pip install -r requirements.txt  #第一次运行需要安装依赖库,后续不需要 
python manage.py runserver

3. 在浏览器进入 http://localhost:5000, 此时即可浏览页面

②调试运行web 在①的基础上进行下列操作: 1. 进入dl-react 2. 在node环境下,执行

npm install #第一次运行需要安装依赖库,后续不需要 
npm start

③打包web代码 1. 进入dl-react 2. 在node环境下,执行

npm run build

此时会打包web代码到dl-flask的静态文件中,后续可以将dl-flask发布到服务器


TODO:

appdl's People

Contributors

doge1024 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.