Skip to content

Install the example application

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

This repository host an example project in the Blop language that uses the express server, webpack and can do Server Side Rendering:

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