Stock Watch is financial web application where users can check the worth of stocks in their assets portfolio over time. This was developed for the LightHall SESL Season 2 Competition.
The backend repo can be found here: https://github.com/AmJann/stock_calculator_django
This allows the benefits of compiling and hot-reloading during development.
npm run dev
This will compile and minify the build for production.
npm run build