This is a node + express site that runs a JavaScript application to show what your income taxes will be like under the new House and Senate bills in 2018.
It's a simple npm install
and npm run dev
to run in development on port 3000
. For production to run on port 80
, run npm run start
.
This logs IP addresses. Create /logs/
inside the repository, so just run mkdir logs
inside the repository folder to collect IP addresses.
The stack is Node (v8.2.1+), express.js, pug (templating engine), and vue.js.