Skip to content

Latest commit

 

History

279 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BJB-AB

Project Repository for EduTrack

Setup

Requirements

Clone the repo

git clone "https://github.com/FrickTown/BJB-AB.git" && cd BJB-AB

Install

In the root folder: BJB-AB/ run:

npm install

Running

To run the code, you have two alternatives. One relies on ts-node, and runs the TypeScript code without building and compiling it into JavaScript.

# Run the TypeScript code directly
npm run ts
# or build the code using tsc --strict and run it using node
npm run build;
npm start;

Testing

To run all Jest test cases, simply run

npm test;
# or
jest --runInBand

About

Project Repository EduTrack

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages