rishavs / vanillajs-spa

a simple SPA in vanilla js
343 stars 107 forks source link

How do I can launch this kind of project for production? #4

Closed efraxpc closed 5 years ago

efraxpc commented 5 years ago

Hello friend, first of all thaks to your awesome project, it helped to me to improve my JS abilities, ok, so I wanted to tell you How do I can launch this kind of project for a production environment ??

I'm a begginer in JS

Thanks in advace

rishavs commented 5 years ago

You will need an api server. nodejs has some very simple but powerful ones. Or perhaps the simplest would be to use Firebase.

Then you will need to host your SPA app on a CDN provider like cloudflare.

efraxpc commented 5 years ago

Thank you very much