Skip to content

Create landing page using nodejs - express, handlebars

Notifications You must be signed in to change notification settings

ridwanzal/express-handlebars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Landing page with Express and Handlebars

drawing

This page is generate using Express generator https://expressjs.com/en/starter/generator.html modify as you please

Demo & Example

https://rwzwebone.herokuapp.com/

Image landing page

Screenshots link

Prerequisite :

  • Understand about basic HTML and CSS
  • Understand little bit of Javascript
  • We're currently used version 12.x, we suggest to used nvm to adjust your node version :
$ nvm use 12
  • Check NodeJS version :
$ node -v
v12.14

Installing all dependencies :

$ npm install
$ npm i nodemon -g 

Running the app

You can run the app with many ways, if you're using VSCode editor, click debug icon in VSCODE to run the app, the launch.json file is created under

.vscode directory or you can manually run with the following command :

$ npm start

Open your browser to see the result


Deploy to Heroku

Coming soon

About

Create landing page using nodejs - express, handlebars

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published