Skip to content

sanketchaudhari10/Express-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express.js App

An app built using Express.js that serves static pages and also has a post routing.

Motivation

My first Express / node.js project.

Tech/framework used

Built with

Getting Started

Prerequisites

Make sure you have node.js installed and have npm. If not Download node.js from here.

To get latest npm version use:

npm install npm@latest -g

How to use?

  1. Clone the repo
    git clone https://github.com/sanketchaudhari10/Express-App.git
  2. Install NPM packages
    npm install
  3. To run the server, make sure you are in the root directory then
    node app.js
    or
    npm run start
    

Screenshots