https://github.com/007tickooayush/express-demo-mark2-handlebars
https://github.com/007tickooayush/express-demo-mark2-handlebars
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/007tickooayush/express-demo-mark2-handlebars
- Owner: 007tickooayush
- Created: 2021-07-25T05:24:27.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-25T05:24:53.000Z (almost 4 years ago)
- Last Synced: 2025-02-01T01:37:11.287Z (4 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Initialize APP:
```
express --view=hbs
```
**VIEW TEMPLATE : handlebars (.hbs)****ROUTING METHOD INCLUDED : GET,POST**
**ROUTES : user, profile, index, test**
|PRE REQUISITES : |
|----|
|express-generator|
| node.js |
||express-generator installation (global) :
```
npm install -g express-generator
```express installation :
```
npm install --save express
```