Getting Started

Clone via Github, checkout the "start" branch, yarn start. The "master" branch has the final code. (1 min. read)

Here’s the GitHub link and Codesandbox link.

Open your terminal and pick a directory to clone it.

git clone https://github.com/yazeedb/ramda-wikipedia-search
cd ramda-wikipedia-search
yarn install (or npm install)

The master branch has the finished project, so checkout the start branch if you wish to code along.

git checkout start

And start the project!

yarn start (or npm start)

Your browser should automatically open localhost:1234.