This page is generate using Express generator https://expressjs.com/en/starter/generator.html modify as you please
Demo & Example
https://rwzwebone.herokuapp.com/
Screenshots link- 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
$ npm install
$ npm i nodemon -g
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