continuous-integration/drone/push Build is failing
Details
Reviewed-on: #31 Co-authored-by: Renovate Bot <no-reply@io-projects.com> Co-committed-by: Renovate Bot <no-reply@io-projects.com> |
||
---|---|---|
.vscode | ||
cypress | ||
public | ||
src | ||
typing | ||
.drone.yml | ||
.editorconfig | ||
.eslintrc.json | ||
.gitignore | ||
README.md | ||
cypress.config.ts | ||
package.json | ||
renovate.json | ||
tsconfig.json | ||
yarn.lock |
README.md
shopping-list
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.