How To Serve swallow.js Locally Using Chrome Web Server
Jul 24, 2017 · 1 min read
Sometimes it can be too much of a task to setup a server locally just to serve static pages or client-side files(HTML, CSS and client-side Javascript). Recently i came across an awesome way to serve static files without having to setup a PHP , Nodejs server locally or in this case according to the swallow.js documention using the firebase serve command.
A chrome plugin called Chrome Web Server. Checkout the video below on how to install it. click here to view on chrome web store.
According to the swallow.js documentation, after cloning the project from Github, we now can get started with serving our new swallow app.
Check the video below to follow along.
Thank You, I hope this helps :)