You need to have the following services installed in your computer:
- node > 15
brew install node
git clone [email protected]:IncodeTechnologies/welcome-react-example.git
yarn
or
npm install --legacy-peer-deps
First copy the .env.example
cp .env.example .env.local
and then write the correct variables (Ask support for help)
yarn start
or you can use
npm start
yarn build
- React - library for user interfaces creation
- RCA - React boilerplate
This project was bootstrapped with Create React App.