This project was made with two objectives:
- Use as a boilerplate to understand new frameworks, such as Promises and Ramda on the go.
- Avoid multiple advertisements that popup on screen when trying to watch dubbed (pt) dragon ball.
Install local dependencies:
npm install ( or yarn)
To run client:
cd client
bower install
npm run client
To run server:
npm run server