This project is to demo my ability with React, Mobx and Node.JS. It is fully functionnal.
This project was bootstrapped with Create React App.
The setup is for Mac user. Info on how to install Node.JS and Yarn on Windows or Linux is available on their web site
Install yarn and watchmen
brew install yarn
brew install watchman
Install dependancies
yarn install
Runs the app in the development mode.
Open http://localhost:9000 to view it in the browser.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.