https://github.com/simonneutert/node-express-ejs-skeleton
basic barebone node express ejs project to get things started quickly
https://github.com/simonneutert/node-express-ejs-skeleton
ejs ejs-express ejs-templates express expressjs javascript node nodejs
Last synced: 4 months ago
JSON representation
basic barebone node express ejs project to get things started quickly
- Host: GitHub
- URL: https://github.com/simonneutert/node-express-ejs-skeleton
- Owner: simonneutert
- License: mit
- Created: 2019-09-11T21:22:06.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-11-25T19:30:23.000Z (7 months ago)
- Last Synced: 2025-11-29T01:14:59.772Z (7 months ago)
- Topics: ejs, ejs-express, ejs-templates, express, expressjs, javascript, node, nodejs
- Language: JavaScript
- Homepage:
- Size: 163 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node Express EJS
Basic barebone NodeJS app with SQLITE3 as development database.
## Start it up
1. `$ npm install`
2. `$ npm start`
Visit `http://localhost:3000` in your browser and/or\
`http://localhost:3000/welcome` to see everything in action.
## Ingredients
Plain NodeJS and Express and EJS as templating language.
### Where the magic happens
See the files in `./routes/` to get a grasp how everything is glued together.