jak103 / powerscore

MIT License
3 stars 4 forks source link

Copy of server structure from powerplay #31

Closed Potato-Man114 closed 5 months ago

Potato-Man114 commented 5 months ago
  1. In the frontend directory, run npm run build
  2. Create a built folder at the project root.
  3. Move the dist folder from frontend to built
  4. In the powerscore-server directory, run go run main.go
  5. Navigate to localhost:8000 in your browser.

Because class is ending soon, this is not a detailed implementation; instead, it should serve as adequate scaffolding for the next class to work with.

This does not close issue #23. However, it is a start to addressing the first item in that ticket. Depending on what happens during code review, that issue may need to be broken up, with an empasis on making sure that there is a good design in place before implementation starts.

VoodooWonderBot commented 5 months ago

does this play nice with the other pr? I saw you mentioned a couple points of overlap in the comments