Node initial project - prettier / eslint / typescript
A simple template based on RocketSeat instructions to enforce code style and prettier typing.
This templete use the AirBNB guide style.
How to use?
1 - 5 - After cloning, open it in your coding app. 6 - run yarn init -y 7 - run yarn
Running your project:
Using typescript with live refresh: yarn dev:server Using node: yarn dev:node