Skip to content

jaljo/blog-react

Repository files navigation

Blog frontend

This is the frontend application of my personal blog.

What's inside ?

Installation

First, copy the env file and build docker images : $ make cp-env build install-deps

Then you can strt the application: $ make start

Runing tests

$ make test