Skip to content
This repository has been archived by the owner on Oct 7, 2019. It is now read-only.

Latest commit

 

History

History
32 lines (20 loc) · 954 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 954 Bytes

⛔️ DEPRECATED

This repo is deprecated and not mainted any more. Use Framework7-CLI instead. Please, don't open new issues and don't send any PRs to this repository

Framework7 v3 React App Template

To get started, clone this repo as whatever you want to name your app:

git clone https://github.com/framework7io/framework7-react-app-template/ my-app

Running the app:

npm install
npm start

To build your app for deployment, run:

npm run build

The build folder will then contain all of your app's files, optimized and ready for deployment.

This template was created with Create React App. It is suggested that you read more about Create React App to understand the full capabilities of the toolset.

Issues

Please log any issues to the main Framework7 repo.