Client for full-stack contest app.
- First install and configure the contest API
- Then run
npm installto install the package dependencies. - Run
npm startto run the client. - Finally, you can navigate to
localhost:3000in your browser to see the app running.