Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/winsdominoes/basic-nodejs
- Owner: WinsDominoes
- Created: 2021-02-23T00:57:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-02-23T01:01:34.000Z (over 3 years ago)
- Last Synced: 2023-08-20T16:36:21.371Z (about 1 year ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 :)