saasforge / open-source-saas-boilerpate

Free SaaS boilerplate (Python/PostgreSQL/ReactJS/Webpack)
https://www.saasforge.dev
MIT License
804 stars 115 forks source link

some static file missing #36

Open deduble opened 2 years ago

deduble commented 2 years ago

GET http://localhost:5000/static/dist/auth.bundle.js net::ERR_ABORTED 404 (NOT FOUND)

saasforge commented 2 years ago

This file is generated automatically. You need to build the front-end first to get it generated. Please follow the instructions on how to build the front-end. Usually, it's done by NPM command, for example:

npm run dev