An app built using Express.js that serves static pages and also has a post routing.
My first Express / node.js project.
Built with
Make sure you have node.js installed and have npm. If not Download node.js from here.
To get latest npm version use:
npm install npm@latest -g
- Clone the repo
git clone https://github.com/sanketchaudhari10/Express-App.git
- Install NPM packages
npm install
- To run the server, make sure you are in the root directory then
node app.js or npm run start