In the powerscore-server directory, run go run main.go
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.
frontend
directory, runnpm run build
built
folder at the project root.dist
folder fromfrontend
tobuilt
powerscore-server
directory, rungo run main.go
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.