The React-based SPA frontend for the Banner Day project
Go to file
Jonathan Nielson c3b5b654cc Initial Commit 2025-01-01 15:58:44 -06:00
public Initial Commit 2025-01-01 15:58:44 -06:00
src Initial Commit 2025-01-01 15:58:44 -06:00
.gitignore Initial Commit 2025-01-01 15:58:44 -06:00
README.md Initial Commit 2025-01-01 15:58:44 -06:00
eslint.config.js Initial Commit 2025-01-01 15:58:44 -06:00
index.html Initial Commit 2025-01-01 15:58:44 -06:00
package-lock.json Initial Commit 2025-01-01 15:58:44 -06:00
package.json Initial Commit 2025-01-01 15:58:44 -06:00
postcss.config.js Initial Commit 2025-01-01 15:58:44 -06:00
tailwind.config.js Initial Commit 2025-01-01 15:58:44 -06:00
vite.config.js Initial Commit 2025-01-01 15:58:44 -06:00

README.md

Banner Day SPA

Banner Day is a platform for tracking and managing banner ads across affiliate websites. This is the React-based SPA frontend portion of the application.

Starting the Project

To begin a development web server, run

npm run start