Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 213 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 213 Bytes

React Meme Generator Capstone Project

Quick start:

$ npm install
$ npm run build

Development

Run Webpack in watch-mode to continually compile the JavaScript as you work:

$ npm run watch