11 lines
265 B
Markdown
11 lines
265 B
Markdown
|
|
## 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
|
||
|
|
|
||
|
|
```bash
|
||
|
|
npm run start
|
||
|
|
```
|