This is a chromeless web app designed to run on an iPad, served by a Node.js and Express server.
- Full-screen, chromeless experience
- Service worker for offline support
- PWA (Progressive Web App) features
- Prevents pinch zoom for a consistent user interface
-
Clone the repository:
git clone https://github.com/your-username/your-repo.git cd your-repo
-
Install dependencies:
npm install
-
Run the server:
node server.js
-
Open your web app in the browser:
Navigate to
http://localhost:3000
on your iPad or another device on the same network.
my-webapp/
│
├── public/
│ ├── app.js
│ ├── index.html
│ ├── manifest.json
│ ├── service-worker.js
│ └── styles.css
│
├── .gitignore
├── package.json
├── server.js
└── README.md
License
This project is licensed under the MIT License.