PWABuilder
The simplest way to create progressive web apps across platforms and device...
README
PWABuilder
Node/Vue/Nuxt site for PWABuilder!
Prerequisites
You will need the following things properly installed on your computer.
Node.js LTS version (with NPM)
If on Windows, run as administrator: npm install -g --production windows-build-tools --vs2015
Installation
git clone https://github.com/pwa-builder/PWABuilder.git, this repository
change into the new directory
npm install
Running / Development
npm run dev
Visit your app at http://localhost:3000.
Running Tests
npm test
Running Test Coverage
npm run cover
Running Test Coverage
npm install selenium-standalone@latest -g _only once_
selenium-standalone install _only once_
npm run e2e
You need to have installed Java JDK
Building
npm run build (production)
Serve
npm start (doesn't compile the code)