Live: Bare Minimum!
Written using preact, webpack 3, babel 7 and love!
A web app designed to help other college students get through college. Eventually we want to add some cool features such as a word count to page length calculator or even a plagiarism checker! But for now, we're just working on better grade calculators and a gpa calculator.
- Increase performance/load times
If you want to help out, just clone and npm install(or yarn!) and you're on your way!
To get the webpack dev server running:
npm run dev
In order to emulate production:
npm run build
and then
npm run start