In the project root directory, you can run:
$docker-compose down -v && docker-compose up --build
-
Runs the app client in the development mode.
Open http://localhost:3000 to view it in the browser. -
Runs the app api.
Open http://localhost:3001 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
In the /react-client
& /express-server
directory, you run:
$npm install
CD /react-client
$npm start
-
Runs the app client in the development mode.
Open http://localhost:3000 to view it in the browser. -
Runs the app api.
Open http://localhost:3001 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
In the /react-client
directory, you can run:
$npm test
This will execute the cypress test suite