API for a mini game to match cards :)
-
Init the project by installing all the dependencies:
> npm init
-
Run nodemon, which checks for code changes and then updates the everything in the browser:
> nodemon
This project uses memparse node library to extract 1000 most common spanish words and then serves them for the client as an express server.