ramonhenrique / framework7-react-app-template

framework7-react-app-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Framework7 React App Template

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

git clone https://github.com/bencompton/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-react repo.

About

framework7-react-app-template

License:Apache License 2.0


Languages

Language:JavaScript 92.0%Language:HTML 7.7%Language:CSS 0.3%