Build webpack -> npm run buildwebpack
npm install webpack webpack-cli --save-dev
Caching and Hashing -> https://hackernoon.com/a-tale-of-webpack-4-and-how-to-finally-configure-it-in-the-right-way-4e94c8e7e5c1
Start the frontend aplication -> npm run dev
API: /api/ python server.py
Database: mysql -u root -p