Meme Maker was founded by Spencer Stissi, Timothy Miner, and David Chinnici with the goal of providing a platform for making memes in a streamlined, easy to follow manner. Throughout the web applicaiton there is a widerange of tools and templates for users to create the meme of their dreams and share it with friends and family.
Meme Maker enables:
- Full fledged meme editor with edits, templates, and other tools
- Uploading custom meme templates for use in the editor
- Downloading created memes for use outside of the application
- Node.js: https://nodejs.org/en/download/
To ensure you have Node.js correctly installed, type the below commands on your command line and ensure you receive a response:
node -vnpm -v
Install project:
- From github, select Clone or download
- Select Download ZIP
- Save to computer and unzip
Installing dependencies:
- Open a command line in project directory
- Enter command
npm install
Running server & application:
- Open a new command line
- In new command line,
cdintosrcdirectory - Enter command
npm run server - Open another new command line without closing the other opened one
- In command line,
cdintosrcdirectory - Enter command
npm start
Open http://localhost:3000 to view it in the browser.
