CircleCI

CheatSheet

CheatSheet is an application that allows you to CRUD your daily git commands operations.

Prerequisite

To run cheat Sheet App, you will need nodejs runtime version 10.

Installation

Clone this repository

git clone https://github.com/Gidraff/cheat-sheet-app.git

Once you have cloned the repos, use the node package manager npm to install app dependencies.

npm install

Run Test

npm test

Run Application

npm start