Memebank is a personal online database and social media platform that allows users to store, sort, and share links to their favorite memes.
git clone https://github.com/aherco/memebank.git
npm install
npm start
Build optimized application in /build
folder for production
npm run build
npm install -g serve
serve -s build