Get started with developing a website/web application.
- Locate the repository directory in bash
- Run
node index.js
- Open browser and navigate to
localhost:8080
- Install NodeJS https://nodejs.org/en/
2 Install express
npm install express
- Install es6Renderer
npm install express-es6-template-engine
- [NodeJS] (https://nodejs.org/en/) - Run-time environment used
- [Express] (https://expressjs.com/) - Web framework used
- Irvin Ives Lau - Initial work - lauirvin