Skip to content

RicardoEscobar/cmv-nodejs-website

Folders and files

NameName
Last commit message
Last commit date
Mar 26, 2021
Oct 19, 2024
Oct 19, 2024
Mar 26, 2021
Oct 19, 2024
Feb 21, 2023
Oct 19, 2024
Mar 26, 2021
Oct 20, 2024
Feb 4, 2023
Mar 26, 2021
Feb 3, 2023
Mar 26, 2021
Dec 14, 2022
Dec 14, 2022

Repository files navigation

montessori-ver-nodejs

Nodejs app for the Colegio Montessori de la Vera Cruz website.

Create a new nodejs skeleton app

npx express-generator --view=ejs

Install dependencies

npm install

Start server

npm start

Access local web site

Use this url: http://localhost:3000/ to access your local version of the website.