🖥 Installing
- Clone the repo:
git clone https://github.com/dario92/red-badger-tech-test.git
- Use nvm to switch to correct node.js version:
nvm use
- cd in project folder:
cd cnid-tech-tests
🚀 Launching
- Run
npm start
(The project was tested on node v6+)