Getting Started
Explore the initial steps to build a functional Wikipedia search interface using RamdaJS. Learn how to clone the repository, install dependencies, and run the project locally to start coding along.
We'll cover the following...
We'll cover the following...
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.