Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/winsdominoes/basic-nodejs

a basic nodejs template with ejs render engine
https://github.com/winsdominoes/basic-nodejs

Last synced: 6 days ago
JSON representation

a basic nodejs template with ejs render engine

Awesome Lists containing this project

README

        

# basic-nodejs
a basic nodejs template with ejs render engine

## how to install
please install the following packages or whatever
- ejs
- express

### what do these folders do
1. public - this is for css, or js files
2. views - are for .ejs files because the ejs view engine uses this folder as the default folder for .ejs files

### nodejs code?
it has been commented / explained in the index.js itself :)