corywest / basic-node

A basic node application for learning all the things

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A basic node application for learning all the things


Languages

Language:JavaScript 87.6%Language:HTML 7.6%Language:CSS 4.8%