Author: Cari Palazzolo
In this lab, I created a custom font app and WYSIWYG editor that allows users to create fonts and memes and download them locally.
React, Node.js, Figlet, Webpack, PostCSS, HTML
- js uses babel-loader with the @babel/preset-env and @babel/preset-react
- css uses style-loader, css-loader, and postcss-loader with the autoprefixer and postcss-nested plugins
- images uses url-loader
-
Clone and download GitHub repo
-
Install dependencies:
npm i
-
Run scripts:
npm run lint
npm run pretest
npm run start
(start localhost)
npm run build
(build for production)
Forked from https://github.com/alchemy-fullstack-js-winter-2019/meme-generator