Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 490 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 490 Bytes

Webspire Start Server Guide

Visit Website

Prerequisite

Download and Install nodejs from https://nodejs.org/en/download/.

Run npm i -g nodemon to install nodemon to your system.

Run npm install to install all dependencies.

Start Server

To start server, run npm run server.

Navigation

If you host using your local env, visit http://localhost:8089/ to view the website.

Frontend content

All frontend content is store in the views/ folder.