To make a runable project using Vanilla Framework to replicate a design of three blog post cards using data from a Wordpress API. I've used create-react-app as it was the fastest way for me to stand up a runable app with built in Sass/scss support.
- Clone this repository and navigate to its root folder.
- Install node modules with
npm install
- run the app with
npm start
. It should open your primary browser on the correct page when the run script completes but if not: - visit localhost:3000 in your browser when the run script is successful.
You can run the tests if you like with npm test
. They're pretty basic. You may need the latest node lts version (v16.13.2) for tests to run properly.