framework7-parcel-template
Framework7 starter app template bundle up by parcel
Quick start
1. Download this repository
git clone https://github.com/guillaumebiton/framework7-parcel-template my-app
Repository will be downloaded into my-app/
folder
2. Instal dependencies
Go to the downloaded repository folder and run:
npm install
3. Run the app
npm start
App will be opened in browser at http://localhost:1234/