Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-10T12:12:39.000Z (17 days ago)
- Last Synced: 2024-12-10T13:23:13.862Z (17 days ago)
- Topics: ejs, ejs-express, ejs-templates, express, expressjs, javascript, node, nodejs
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 3
- 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.