- Note: requires a node version >= 7 and an npm version >= 4.
First, clone the repo via git:
git clone https://github.com/hakanozkaptan/RickandMorty.git
For direct running:
$ yarn
$ yarn test # for testing purposes
$ yarn start
For Docker Container:
$ docker build -t rickandmorty .
$ docker run -p 3000:3000 rickandmorty