React project -> project aborted at the beginning
This repository has been archived on 2023-09-10. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
RenovateBot e428dcf911
continuous-integration/drone/push Build is failing Details
chore(deps): update minor and patch version dependencies (master) (#31)
Reviewed-on: #31
Co-authored-by: Renovate Bot <no-reply@io-projects.com>
Co-committed-by: Renovate Bot <no-reply@io-projects.com>
2023-09-10 11:52:30 +02:00
.vscode
cypress
public
src
typing
.drone.yml chore(deps): update minor and patch version dependencies (master) (#31) 2023-09-10 11:52:30 +02:00
.editorconfig
.eslintrc.json
.gitignore
README.md
cypress.config.ts
package.json chore(deps): update minor and patch version dependencies (master) (#31) 2023-09-10 11:52:30 +02:00
renovate.json
tsconfig.json
yarn.lock chore(deps): update minor and patch version dependencies (master) (#31) 2023-09-10 11:52:30 +02:00

README.md

shopping-list

Donate Website link-icon-drone

This project is a shopping list website build in react.

Developer Section

Hello Dev, if you want to participate in the project, please read the basic information available below. 😊 At the moment, this project is at the beginning stage, so don't expect to find much. Nevertheless, I think that shopping-list will become a nice shopping list web application. Web application hub.

Access the CI/CD

The tracking of the build and testing is done with Drone, available here. To access the video and screenshot recordings of Cypress, visit : https://dev.endmove.eu/drone/shopping-list/build/{DRONE_BUILD_NUMBER} (ex: click here)

Development CLI commands available

In the project directory, you can run :

The yarn start Command

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser. The page will reload if you make change to the code.
You will also see any lint errors in the console.

The yarn test Command

Launches the test runner in the interactive watch mode.

The yarn e2e Command

Launches the end-to-end test runner (cypress), don't forget to launche the projet before with yarn start.

The yarn lint Command

Run the eslint script which will check the quality of the code and the respect of the conventions.

The yarn build Command

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes.