Blog-site is an node application for composing blogs. This project was built to learn EJS and routing in express.
- Install Node.js version 8.0.0
- Clone the repository
git clone <git lab template url> <project_name>
- Install dependencies
cd <project_name>
npm install
- Build and run the project
npm start