Hi there. This is an app requested to test my skills for an interview.
Here are the instructions.md (did not discover how to put links in BitBucket by now) file in this repository.
npm start
: Runs the application in production mode;npm test
: Run tests*.
- Create a
.env
file; - Specify
PRODUCTION=0
(which is the default) on it; - Run
npm start
; - Start coding like if there's no coffee tomorrow.
- Clone this repository;
- Run
npm start
; - Be amazed.
P.S.'s:
* Not implemented yet.