This application takes an existing text editor app and adds functionality for it to work as a PWA and function offline. This application is deployed through Heroku.
- Description
- Table of Contents
- Installation
- Usage
- Deployed Link
- Demo
- Built With
- License
- Contributing
- Tests
- Questions
git clone
the repo to your local machine. To use this application, run the following command to install the dependencies:
npm install
Then run the following command:
npm run start:dev
Type the following command in your termimal:
npm run start
Then open Insomnia and type http://localhost:3000/ to run this application on your local machine.
The link to the deployed application is: https://jate-bfguo.herokuapp.com/.
Below is the demostration of this application. Please click here for walk-through video.
This application is licensed under MIT license.
This application is developed by Baofeng Guo. If you would like to contribute it, please follow the guidelines for how to do so.
To run tests on the application, run
npm install jest
and then npm run test
from the command line.
For any question, please contact me on GitHub: magickw or email me at peterguo1983@gmail.com.