https://github.com/openfisca/trace-tool
Trace tool for OpenFisca -- a versatile microsimulation free software
https://github.com/openfisca/trace-tool
Last synced: 5 months ago
JSON representation
Trace tool for OpenFisca -- a versatile microsimulation free software
- Host: GitHub
- URL: https://github.com/openfisca/trace-tool
- Owner: openfisca
- License: agpl-3.0
- Created: 2014-12-16T15:49:45.000Z (over 11 years ago)
- Default Branch: wip
- Last Pushed: 2015-12-03T17:21:28.000Z (over 10 years ago)
- Last Synced: 2024-06-11T18:58:24.671Z (almost 2 years ago)
- Size: 76.2 KB
- Stars: 0
- Watchers: 15
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenFisca Trace Tool
Trace tool for OpenFisca -- a versatile microsimulation free software
## Start
The first time only:
npm install
./copy_assets.sh
To launch the web server:
npm start
Then open http://localhost:2040/
## Production build
npm run clean
./copy_assets.sh
npm run build
Serve the contents of the `public` dir
(for example using [http-server](https://www.npmjs.com/package/http-server))):
http-server public
Open `http://localhost:8080` in your browser.
## Code conventions
Identifiers of immutable variables or React components props start by `$`.