Skip to content

Latest commit

 

History

History
65 lines (40 loc) · 1.34 KB

README.md

File metadata and controls

65 lines (40 loc) · 1.34 KB

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