Skip to content

A lorem ipsum generator using inspiration quotes hosted on a webpage.

Notifications You must be signed in to change notification settings

mb-milescu/inspiration-ipsum

 
 

Repository files navigation

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

About

A lorem ipsum generator using inspiration quotes hosted on a webpage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 84.9%
  • JavaScript 15.1%