This is a sample React Frontend using Reactjs, TypeScript, Docker-compose, Style Dictionary, Eslint
- Run
npm install
- Run
npm start
ordocker-compose up
N.B: If you prefer to run this app using docker then create a network that is react-frontend
using this command docker network create react-frontend
- Finally open the app in http://localhost:3000