batiste / blop-example-project

Example project for the Blop language with SSR, express and webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blop example project

This project is an Hello World example made with the Blop language.

It is setup with:

  • SSR: Server Side Rendering
  • express server
  • webpack
  • CSS ans SCSS modules

To run:

npm install
npm start
open http://localhost:3000

About

Example project for the Blop language with SSR, express and webpack

License:MIT License


Languages

Language:JavaScript 98.6%Language:SCSS 1.4%