An example of how to integrate with Memed using React
memed-integration-react
This application is an example of how to integrate with Memed using React.
For more information regarding the integration with Memed, you can check here.
Project
This application is an example of how to integrate with Memed using React.
For more information regarding the integration with Memed, you can check here.
Techs
- [x] ReactJS;
- [x] TypeScript;
- [x] Styled Components.
Installation
First you need to clone the project using git clone https://github.com/leoronne/memed-integration-react.git
.
Then you can install the application using yarn install
on the root directory.
Start
To start the application interface just run yarn start
on the root dir.
PS: Remember to create an .env
file on the root dir based on the .env.example.