rtorr / image-first-dev

based on the work of @jennschiffer https://medium.com/cool-code-pal/3f10a496b515

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image-first server framework

This server uses the ideas outlined by @jennschiffer in her article This 1 Neat Trick For Pixel Perfect Web Pages.

You can use it by cloning it to your server and adding your website* to the directory public. Either name your website my_website.jpg or pass the filename as a parameter when you start your server and then the server will display your website with no configuration.

* an image

##Production

npm start

About

based on the work of @jennschiffer https://medium.com/cool-code-pal/3f10a496b515