A simple authentication service written in TypeScript using the React framework and bootstrapped using CRA.
This repository can be used in conjuction with my auth backend service to build out a full login / registration system.
This is a WIP and has been cloned from a personal private repository. Although it may be useful for reference this is not currently usable as an off-the-shelf authentication frontend and will require some work to customise it to your own needs. I will be looking to clean it up to remove all the custom stuff and make it a useable boilerplate when I have time.
git clone [email protected]:wprk/account.git
cd account
yarn install
cp .env.example .env# development
yarn start# tests
yarn testThis repository is open to contributions, but I recommend creating an issue or commenting to let me know what you are working on first.
- Author - Will Parker
- Twitter - @wprk14