0.1.1 • Published 6 months ago

akello v0.1.1

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

CoCM Registry

Warning For local development you will need a free AWS account with cognito pools created. Please reference AWS docs.

Run the local mockserver

Create your .env files under the env folder with the following environment variables

REACT_APP_TEST_AWS_API=http://localhost:8000/v1
REACT_APP_TEST_AWS_REGION=xx
REACT_APP_TEST_AWS_COGNITO_USER_POOL_ID=xx
REACT_APP_TEST_AWS_COGNITO_USER_POOL_APP_CLIENT_ID=xx

Install the dependencies

npm install

Run the mockserver

mockserver -p 8000 -m mockserver/mocks

Start the web app with the mockserver

npm run start:mock