- Install latest version Node (if you have any version of NODE installed you can try to skip this step)
- run
yarn install
(or you can use npm if you wish) - run
yarn run test
- to run few tests. - run
yarn start
- to run the app. (it should boot on http://localhost:3000/)