This is a site I built while working at Nexon America.
This was the first site we created that didn't have any server side processing for generating html. We built static html files from a NodeJS build script I wrote and served them with nginx.
All communication with the backend was done by accessing a REST API with client-side javascript.
I wrote all the html and css by hand, using less and jade pre-processors for quicker development.
Add new comment