/mywordlist-nextjs

(In progress) A frontend app backed by a resources server and an authentication server, built with NextJS using reactstrap for styling, hosted on Heroku. See README for staging deployment url. Is being built taking a mobile-first approach, and should be viewed on a mobile viewport for now (desktop doesn't look very good yet). Project board: https://github.com/users/Yorkshireman/projects/1.

Primary LanguageJavaScript

Description

The frontend for MyWordlist, built using NextJS, backed by:

A Staging deployment can be found at https://mywordlist-nextjs-stage.herokuapp.com. Test login test1@test.com / password can be used.

Running locally

  • Create a local .env file containing the following Staging endpoints:
AUTHENTICATION_SERVER_BASE_URL=https://mysterious-tundra-28425.herokuapp.com
RESOURCES_SERVER_BASE_URL=https://my-wordlist-resources-stage.herokuapp.com
  • Start the local server with npm run dev
  • Navigate to http://localhost:3000