Clone the repository
- With SSH
git clone git@github.com:username/ReactCalcutator.git
- With https
git clone https://github.com/username/ReactCalcutator.git
Install the dependencies:
$ npm install
// or
$ yarn
Run in dev mode:
$ npm run dev
// or
$ yarn dev