joseph-montanez / buildless

Setup for a web project on mobile devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build-less

This is a way to do web development on an Android or iOS/iPad device.

iOS/iPadOS with iSH

iSH is an Alpine 32-bit emulator for iOS/iPadOS. You can do all your development in here with Nano, Vim

Updating

This command may need to be ran several times, as something may fail. I normally have to run it around 3-4 times.

apk update && apk upgrade

Install C, Git, Vim

apk add git gcc musl-dev vim

git clone https://github.com/joseph-montanez/buildless.git

cd buildness

Why not NodeJS?

Running any node instance already takes around 50MB, a simple python webserver will only consume 17mb.

About

Setup for a web project on mobile devices.


Languages

Language:C 56.7%Language:HTML 35.6%Language:Python 2.8%Language:Shell 1.8%Language:CMake 1.7%Language:JavaScript 1.3%