Table of Contents
This is a full-stack application (code snippets) that runs in the browser. This features a number of data persistence techniques that serve as redundancy in case one of the options is not supported by the browser. The application will also function offline and you can download the app by simply click 'install' button.
Click Here for the deployed app
- Express.js
- IndexedDB
- if-env
- babel-loader
- css-loader
- style-loader
- Webpack
- html-webpack-plugin
- webpack-pwa-manifest
- code-mirror-themes
To get a local copy up and running follow these simple example steps.
The application will be invoked by using the following command:
git clone git@github.com:ayacomputer/19-PWA-Text-Editor
Also, please make sure to install npm packages by using the following command:
npm i
Then,
npm start
Distributed under MIT License.
See LICENSE.txt for more information.
Ayako Woollan - ayako.woollan@gmail.com
Project Link: https://github.com/ayacomputer/19-PWA-Text-Editor