Skip to content

wprk/account

Repository files navigation

Description

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.

WIP

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.

Installation

git clone git@github.com:wprk/account.git
cd account
yarn install
cp .env.example .env

Running the app

# development
yarn start

Test

# tests
yarn test

Contributions

This repository is open to contributions, but I recommend creating an issue or commenting to let me know what you are working on first.

Stay in touch

License

MIT licensed.

About

Simple React Authentication Frontend

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors