Skip to content

cristianmaridev/welcome-react-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 git@github.com:IncodeTechnologies/welcome-react-example.git

Install node dependencies

yarn

or

npm install

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

 
 
 

Contributors

Languages

  • JavaScript 73.2%
  • CSS 14.5%
  • HTML 11.9%
  • Shell 0.4%