1.0.1 • Published 10 months ago

egp-login-history-ui_lib v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

README

This README would normally document whatever steps are necessary to get your application up and running.

What is this repository for?

How do I get set up?

  • Summary of set up
  • Configuration
  • Dependencies
  • Database configuration
  • How to run tests
  • Deployment instructions

Contribution guidelines

  • Writing tests
  • Code review
  • Other guidelines

Who do I talk to?

  • Repo owner or admin
  • Other community or team contact

Ref URL's

https://vitejs.dev/guide/ https://tailwindui.com/components/preview https://tailwindcss.com/docs/guides/create-react-app

create App

npm create vite@latest cashflws-lib -- --template react-ts npm add -D sass npm install -S react-router-dom

npx tailwindcss -i ./src/lib.css -o ./dist/lib.css --watch

https://www.davidhu.io/react-spinners/

https://react-bootstrap.github.io/components/alerts

https://react-bootstrap.github.io/forms/checks-radios/

https://formik.org/docs/tutorial

https://github.com/validatorjs/validator.js

https://react-icons.github.io/react-icons

https://react-table-v7.tanstack.com/docs/api/usePagination

https://www.npmjs.com/package/react-use-websocket

https://www.npmjs.com/package/ws

https://github.com/okta/okta-jwt-verifier-js

How to run application

  1. Clone the project
  2. Navigate inside egpui folder
  3. open commandprompt in this location
  4. npm install (this will install all packages)
  5. npm run dev (this will run the application, it will show url where youcan browse locally)
  6. npm run build (this will generate build files)