Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mateuschaves/onboard-tecnico-frontend
π§ Member CRUD (Create, Read, Update and Delete)
https://github.com/mateuschaves/onboard-tecnico-frontend
antd javascript reactjs styled-components test-automation
Last synced: about 3 hours ago
JSON representation
π§ Member CRUD (Create, Read, Update and Delete)
- Host: GitHub
- URL: https://github.com/mateuschaves/onboard-tecnico-frontend
- Owner: mateuschaves
- Created: 2020-11-05T19:54:24.000Z (about 4 years ago)
- Default Branch: development
- Last Pushed: 2020-11-12T17:05:49.000Z (about 4 years ago)
- Last Synced: 2023-03-06T18:48:26.629Z (over 1 year ago)
- Topics: antd, javascript, reactjs, styled-components, test-automation
- Language: JavaScript
- Homepage:
- Size: 520 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Onboard TΓ©cnico - Frontend
:wrench: Member CRUD (Create, Read, Update and Delete)
# Installation```bash
$ npm install
```## Technologies
:white_check_mark: React JS\
:white_check_mark: Axios\
:white_check_mark: Styled components\
:white_check_mark: AntD## Running the app
```bash
# development
$ npm run start# production
$ npm run build
```## Related projects
- [Back end - NodeJS](https://github.com/mateuschaves/onboard-tecnico-api)