Rudimentary implementation of Lingo in ReactJS.
In order to run this, you need to have NodeJS and npm installed.
The following steps allow you to setup the environment to run this application.
- Git clone the repository
- Run
npm install
- Run
npm start