Develop Branch:
Master Branch:
Transportation Fuels Reporting System
The client (front-end) code that interacts with the TFRS API to form the user interface.
- React with Redux
- css and js libraries provided as part of the Gov 2.0 Bootstrap Skeleton
- custom SASS
- various npm modules - see package.json
This project is in development. To see the status of feature development please refer to the features page on the project wiki
$ npm install
$ npm start
On a linux server:
$ export NODE_ENV=production
$ export PORT=3000
$ npm run production
$ node server
On windows, you can do either of the following:
> SET NODE_ENV=production
> webpack -p --config webpack.production.config.js
or if you can run bash/cygwin:
$ NODE_ENV=production webpack -p --config webpack.production.config.js
See our contributing guidelines