hacks-blog-clone
A simplistic clone of Mozilla's hacks blog built with WordPress & React
development
- set up a local WP site named
hacks-blog-clone
(see this blog post) - install project dependencies (
npm i
) - run the site in development mode (
npm start
)