PWA configured to test multiple features
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This project is spawned due to the need to explore the use of PWA ahead of an existing mobile application. This playground provides an easier way to add new features that are requirements of our application, allowing us to test if such features can be supported on a PWA.
To get a local copy up and running follow these simple example steps.
Ensure you have npm installed
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/dalsontws/pwa-playground.git
- Install NPM packages
npm install
- Start your local development server
npm run start
Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.