Skip to content
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.

mfcochauxlaberge/graalit-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graalit-client

Graalit is a PBBG.

State

The client is a work in progress. The server side does not exist yet.

This project is also an opportunity to write some libraries to deal with JWT tokens, sessions, JSON API backends (jsonapi.org/format), etc. See LIBS.md for more information.

Install

Clone this repository and install its dependencies with npm ci (not npm i which might modify package-lock.json).

Development

Run the development server with npm start and start using the client on localhost:8080.

Here is a list of commands that can be run with npm run:

  • build: Build the client in production mode.
  • format: Format all the files with prettier.
  • format-watch: Watch for files that change and format them with prettier.
  • start: Start the development server and other *-watch script concurrently.
  • test: Test the client.
  • test-onchange: Test the client on every file change.

How to play

See RULES.md.

About

Client for Graalit

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published