Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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)