Skip to content

dlrjs2360/Capstone1-ECTI

Repository files navigation

Express + EJS Boilerplate

This is a simple boilerplate for Express + EJS projects.

📋 Summary


🛠️ Install

# Clone the repository
git clone https://github.com/laporeon/express-ejs-boilerplate

# Install the dependencies
npm i

# Start server
npm start

Server will start at port :8000 - access http://localhost:8000


📄 Basic Structure

├───public
│   ├───images
│   ├───styles
│   ├───scripts
├───src
│   ├───controllers
│   ├───models
│   ├───views
│   │   └───partials
│   │   └───index.ejs
│   ├───routes.js
├───.gitignore
├───package.json
├───server.js

🚀 Technologies

  • Node.js
  • Express
  • EJS
  • Nodemon

📌 Preview

Boilerplate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published