egp-login-history-ui_lib
v1.0.1
Published
This README would normally document whatever steps are necessary to get your application up and running.
Readme
README
This README would normally document whatever steps are necessary to get your application up and running.
What is this repository for?
- Quick summary
- Version
- Learn Markdown
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
- Clone the project
- Navigate inside egpui folder
- open commandprompt in this location
- npm install (this will install all packages)
- npm run dev (this will run the application, it will show url where youcan browse locally)
- npm run build (this will generate build files)
