/basic-node

A basic node application for learning all the things

Primary LanguageJavaScript

Basic Node

Setup

To get started, install all dependencies by running the following command below

npm install

Fire up the Node server

To fire up the Node server, run the following command below. We will also use nodemon, which will restart the server whenever we make changes to our files.

nodemon npm start