This is a social bookmarking web app, in the vein of Delicious.
This repo is meant to illustrate Test-Driven Development (TDD) of a React app. Any resemblance to a useful web app, living or dead, is merely coincidental.
This project was bootstrapped with Create React App.
You can find the most recent version of the guide for create-react-app here.
Fork this repo on GitHub, then clone the fork to your local development computer.
Change to the directory of the cloned repo, and install the dependencies.
yarn install
# or if you are using npm instead of yarn,
# npm install
Once the dependencies are installed, start the app running locally,
yarn start
# or
# npm start