https://github.com/relativelie/users
https://github.com/relativelie/users
jest-tests react react-router-dom redux
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/relativelie/users
- Owner: Relativelie
- Created: 2022-04-28T09:10:53.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-16T10:57:51.000Z (about 4 years ago)
- Last Synced: 2025-01-26T06:07:55.236Z (over 1 year ago)
- Topics: jest-tests, react, react-router-dom, redux
- Language: TypeScript
- Homepage: https://relativelie.github.io/users
- Size: 4.98 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Users list
On this map, you can view a list of users and edit user card
Online demo: https://relativelie.github.io/users
Used:
- typescript
- react
- redux
- react-router-dom
- scss
- jest tests
## How to build
1. Clone repository
``git clone git@github.com:Relativelie/users.git /path/to/map``
``cd /path/to/map ``
2. Install dependencies
``npm install ``
3. Build project
``npm run deploy``
## How to start
1. Run project
``npm start ``
## How to test
1. Running tests with:
`` npm test``