Skip to content

IncodeTechnologies/welcome-react-example

Repository files navigation

React Example

Requirements

You need to have the following services installed in your computer:

  • node > 15

Mac OS

brew install node

Clone the repo

git clone [email protected]:IncodeTechnologies/welcome-react-example.git

Install node dependencies

yarn

or

npm install --legacy-peer-deps

Add env variables

First copy the .env.example

cp .env.example .env.local

and then write the correct variables (Ask support for help)

Start the app

yarn start

or you can use

npm start

Production Build

yarn build

Tech Stack

  • React - library for user interfaces creation
  • RCA - React boilerplate

Getting Started with Create React App

This project was bootstrapped with Create React App.

About

React example for using web SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •