- clone this repository
- open the repository in VS code
- in VS code terminal, in the root of the project install dependencies using
npm install
command - start application by using
npm start
command
INFO: warning and log messages during installation can be ignored
IMPORTANT: please don’t update any of the packages inside the project, versions are intentionally fixed to avoid compatibility issues
npm start
command starts a trello-clone application onhttp://localhost:3000
- user should be able to interact with the application - crate boards, lists, task, signup, reset database using f2 key + clicking on a chosen button
- user should be able to open Cypress GUI mode either by one of these commands:
-
<
50BD
li>
npx cypress open
npm cy:open
$(npm bin)/cypress open
./node_modules/.bin/cypress open
.js
files, exactly as in cypress/integration
folder, .md
files are ignoredcypress/integration/01_first_test/start.js
should open application that is running on http://localhost:3000
If any of these steps fail, don’t hesitate to contact me.