Skip to content

A webapp used in conjunction with the FANNY backend server to simulate fake device crossings

License

Notifications You must be signed in to change notification settings

FANNY-20/FANNY-geolocation-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FANNY geolocation simulator

Release

Context

This project is part of the implementation of the FANNY protocol, divided into 2 main distinct projects (the API backend and the hybrid mobile application). A third project (the geolocation simulator) is also available as a development tool or for manual testing. You can learn more about the FANNY protocol itself here.

Commands

Install dependencies

$ yarn

Run application with HMR on localhost:3000

$ yarn dev

Run production build and start server

$ yarn build
$ yarn start

Run all linters - ESLint + StyleLint (with automatic fix)

$ yarn lint

Run all linters - ESLint + StyleLint (report only)

$ yarn lint:check

Run ESLint (with automatic fix)

$ yarn eslint

Run ESLint (report only)

$ yarn eslint:check

Run StyleLint (with automatic fix)

$ yarn stylelint

Run StyleLint (report only)

$ yarn stylelint:check

Run Prettier (write)

$ yarn prettify

Run Prettier (no write)

$ yarn prettify:check

Run all tests (unit + end-to-end)

$ yarn test

Run end-to-end tests only

$ yarn e2e

Run unit tests only

$ yarn unit

Resources / documentation

See documentation

Changelog

See CHANGELOG

License

MIT