To use it, you‘ll need to :
- launch
npm install
to install dependencies, - to check test :
npm test
- then launch the server with
make run
, - open your browser on
http://localhost:8000/
.
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).