Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 964 Bytes

README.md

File metadata and controls

58 lines (40 loc) · 964 Bytes

NEOX THEME Logo

BOARB - AUTH LESS

Structure

Codebase Description Website
web Main Site Board
server GraphQL API Board API

Branches

Web

master ---> production branch dev ---> development branch

Server

master --> main branch

How to run locally

Run

Web

$ yarn
$ yarn start

Server

Compile TS

$ yarn
$ yarn watch

Compile TS

$ yarn
$ yarn watch

Start dev server

$ yarn
$ yarn dev