Skip to content

Irere123/Board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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