Skip to content

Latest commit

 

History

History
31 lines (15 loc) · 555 Bytes

File metadata and controls

31 lines (15 loc) · 555 Bytes

EthicsNet frontend app

To get the app running

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.

Stack used

1 - React

2 - Material UI

3 - React Router

Using the react context api & react hooks for global state pattern

App structure

none yet - still in development mode - all files are in the ./src folder

Run it with docker

1 - docker build -t ethics-net-frontend .

2 - docker run -p 80:80 ethics-net-frontend