Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.