Before starting 🏁, you need to have Git and Node installed.
The following tools were used in this project:
# Clone this project
$ git clone https://github.com/andersondinizdev/first-node-project.git
# Access
$ cd first-node-project
# Install dependencies
$ yarn or npm
# Run the project
$ yarn run dev or npm run dev
# The server will initialize in the <http://127.0.0.1:3000>