Usage

First clone this repository to your laptop. You must have Node (> v4) and yarn installed.

cd ~/code/$USER
git clone git@github.com:andrerferrer/455-movies-api.git
cd 455-movies-api
yarn install
stt # Open this folder in Sublime Text

Para adicionar um plugin, precisamos de:

  1. yarn add <nome do plugin>
  2. criar o arquivo do plugin na pasta plugins
  3. criar a função lá dentro e exportá-la
  4. importar a função na entry file (index.js) e chamá-la
  • (reiniciar o servidor se você tentar - sem sucesso - ser multitarefa que nem o André)