autumnchris / expressjs-multi-page-site-demo

An Express.js app that uses a very simple example of Express page routing.

Home Page:https://autumnchris-express-multi-page-site-demo.onrender.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Express.js Multi-Page Site Demo

An Express.js app that uses a very simple example of Express page routing.

Inspired by the Basic Informational Site assignment as part of the curriculum for the NodeJS course on The Odin Project.


Built With

Demo

View project demo at https://autumnchris-express-multi-page-site-demo.onrender.com.

Instructions

After forking and cloning, navigate to the repository in your command line and install the NPM packages:

npm install

Run the following script in your command line if starting the repository in development mode:

npm run dev

Run the following script in your command line if starting the repository in production mode:

npm start

Once the server is running, go to http://localhost:3000 in your browser.