paulodiovani / hacktoberrank

Hacktoberfest Rank
https://hacktoberrank-challenge.herokuapp.com/
MIT License
6 stars 17 forks source link

Setup express static #32

Closed Luiginator closed 4 years ago

Luiginator commented 4 years ago

Ticket

With this PR express will serve the 'dist' folder.

It also adds a 'prestart' script and renames the 'serve-backend' script to 'start' as requested in the ticket.

I did not have redis installed and this lead to errors when starting the application that's why I also added a link to the redis documentation. Maybe we should add better error handling/output there.