bfillmer / reach-auth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reach Auth

Playing around with authentication leveragin Reach Router and React only.

Build pipeline provided by Create React App.

Commands

npm i # install dependencies
npm start # development server
npm test # Jest in watch-mode
npm run lint # fix basic linting errors
npm run build # production build

All commands use NODE_PATH to leverage absolute pathing to src/ for cleaner imports in source code.

Library Overview

About


Languages

Language:JavaScript 73.7%Language:HTML 26.3%