1 - yarn install
2 - yarn start will run the app on port http://localhost:3000
3 - yarn build will create a build folder ready to be deployed.
1 - React
2 - Material UI
3 - React Router
Using the react context api & react hooks for global state pattern
none yet - still in development mode - all files are in the ./src folder
1 - docker build -t ethics-net-frontend .
2 - docker run -p 80:80 ethics-net-frontend