Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 444 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 444 Bytes

ANIMES BOILERPLATE

This project was made with two objectives:

  1. Use as a boilerplate to understand new frameworks, such as Promises and Ramda on the go.
  2. 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