FastMeme is a simple React application which is intended to generate classic memes. It uses service worker in order to work without internet connection.
To install all necessary dependencies run the following command:
npm installTo run development server use the command:
npm run devUnit tests are run through:
npm run testor
npm run test/watch-modeProduction build is created via:
npm run buildNote: Project requires installation of the node.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.