Skip to content

Installation

Bastien Crettenand edited this page Sep 30, 2020 · 1 revision

Clone repo

$ git clone https://github.com/elloow/elloow-front.git

Build application

$ yarn

$ yarn build

Start application

$ yarn start

Create static pages

$ yarn generate

all pages are on the ./dist folder. You can host pages with Apache, Nginx, ...

Clone this wiki locally