This is a bucketlist frontend client in react js
- Ensure you have node installed preferably node v5.x
- Ensure you have npm installed
- Ensure you have git installed
- Navigate to your working directory.
- Navigate to your project directory
- Clone the project via git, using ~$git clone https://github.com/ridgekimani/bucket_list_frontend.git or download the zipped file from https://github.com/ridgekimani/bucket_list_frontend
- Install the dependencies using npm install
On your shell, run with the command ~$ npm start
Run tests using (env)~$ npm test -- -u (since snapshots are already in the repo)