Project created in Spring React week for hobby, studies and add in portfolio.
Following steps of devSuperior.
Integration Front-back on practice, solving some doubts about how does this is make.
- Clone project
git clone https://github.com/devMatheusR/dsmeta
- Open project folder
cd dsmeta
- Install all dependencies in frontend folder
yarn install
-
Install Spring tool Suite
-
Create account on Twilio for sending SMS's with your keys and dependencies.
- Config enviroment variables on Backend with run-as in project main folder STS and add your Twilio Keys
TWILIO_SID
TWILIO_KEY
TWILIO_PHONE_FROM
TWILIO_PHONE_TO
- Run frontend site with
yarn dev
If everything is ok, just open your localhost, maybe http://localhost:3000