Skip to content

React-login-starter with authentication on basic-auth with forms on Formik on TypeScript that supports IE11

Notifications You must be signed in to change notification settings

softspiders/cra-login-formik-ts-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOFTSPIDERS

React-login-starter with authentication on basic-auth with forms on Formik on TypeScript that supports IE11

Feature tags

  • basic-auth
  • client
  • create-react-app
  • express
  • formik
  • ie11
  • integration-test
  • jest
  • login
  • rest
  • starter
  • typescript

Feature Tags

- basic-auth, client, express, integration-test, login, jest, rest


Requirements


Run test application

  1. npm install

  2. npm run start:server

  3. npm run test

  4. press a

Run application

Steps to launch the application

  1. npm install

  2. npm run start:server

  3. npm run start:app

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser:

Screenshot of the application code run in a browser

The page will reload if you make edits.
You will also see any lint errors in the console.

Application scripts

npm run start:server

Starts the server for authorization testing

npm run start:app

Launches the application itself, which is deployed to http://localhost:3000


Original author

Kazeev


License

Licensed under the MIT license.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 74.5%
  • HTML 13.4%
  • JavaScript 8.8%
  • CSS 3.3%