Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

paulgreg/code-elevator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Elevator game

Install

To use it, you‘ll need to :

  1. launch npm install to install dependencies,
  2. then launch the server with make run,
  3. open your browser on http://localhost:8000/.

Develop

During development, you can use make run or make debug. Both will reload the app when a file changes.

You can launch unit test using make unit or make tdd (Unit test will be launch each time a test changes).

You can launch functional test on rest API using make func.