Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 684 Bytes

readme.md

File metadata and controls

15 lines (10 loc) · 684 Bytes

Lorem Ipsum Generator

Site generates placeholder lorem ipsum text and has ability to generate between parameters such as words, sentences and paragraphs.

Site is developed using Express server and EJS templating engine. For styling, BootStrap was used and site is hosted using Heroku @ LP Generator

To run locally, please follow the below steps

Clone the repo using

  • git clone https://github.com/vikramnr/lp-gen

And install required packages using package managers such as yarn or npm

  • npm i

And start the server and vist the site at http://localhost:3000

  • npm start