Skip to content

Install the example application

Batiste Bieler edited this page Apr 13, 2019 · 6 revisions

This repository host an example project that uses express server, webpack, and setup an Server Side Rendering system using the Blop language:

To install this project you can follow those instructions:

git clone git@github.com:batiste/blop-example-project.git
cd blop-example-project/ && npm install
npm start
open http://localhost:3000
Clone this wiki locally