A basic tax bracket calculator built using the Mithril boilerplate
- Clone the repository
- Run
npm install
to install dependences - Run
npm start
to run the application - Run
npm run build
to compile the app for production. The files will be in thedist
folder