/go-todo-frontend

Nextjs front-end for todo. Backend repo is private for now. Need to setup security before publishing in public domain.

Primary LanguageTypeScript

GoTodo

Start

  • Clone the project
    • git clone [url]
  • Copy .env.sample into .env with appropriate secrets.
  • yarn (Install node modules)
  • yarn dev (Spin up development server)