Swagger Page (it takes time to load the server)
- Clone
git clone https://github.com/drjbrn/react-app-2.git
- Install dependencies:
- client:
npm install
(go to theclient
directory by running the commandcd client
from root) - server:
npm install
(go to theserver
directory by running the commandcd server
from root)
npm run storybook
(page http://localhost:6006/ open automatically)
- client:
npm run test
- server:
- for e2e test:
npm run test:e2e
- for unit test:
npm run test
- for e2e test:
- in root directory
docker-compose up --build