Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.03 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.03 KB

Inspiration Ipsum

A lorem ipsum generator using inspiration quotes. Use text that inspires in your projects! Built using typescript with express & react.

Deployments are found at https://inspiration-ipsum.herokuapp.com/

Installation & Getting Started

You'll need to have these installed:

  • Node 10.15.3
  • NPM 6.4.1

Install dependencies with:

npm install

Start the development server:

npm run develop

Visit http://localhost:3000/ should have the page being hosted.

Learning Resources

I like to keep a catalog or record of articles I found useful in my production of the code. I think it is good to give credit to those that helped me :).

  • I setup my project with express /w typescript from this article, by Andre Gardi.

  • Setup eslint with typescript using this article