Skip to content

drjbrn/react-app-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Project Management Tool

Deploy

Task Management

Swagger docs

Swagger Page (it takes time to load the server)

Local

  1. Clone git clone https://github.com/drjbrn/react-app-2.git
  2. Install dependencies:
  • client: npm install (go to the client directory by running the command cd client from root)
  • server: npm install (go to the server directory by running the command cd server from root)

Run storybook

npm run storybook (page http://localhost:6006/ open automatically)

Run tests

  • client: npm run test
  • server:
    • for e2e test: npm run test:e2e
    • for unit test: npm run test

Run application using docker

  • in root directory docker-compose up --build