Git Product home page Git Product logo

coffe-delivery's Introduction

Coffe delivery โ˜•

application to manage a shopping cart of a fictional coffee shop

342shots_so

Author: MarcosSantosDev License: MIT

๐Ÿ’ป Prerequisites

Before you begin, make sure you've met the following requirements:

  • node(versions 14.x.x or later)
  • npm(versions 5.x.x or later)

๐Ÿ”จ Tools

Linter tools setup

Git hooks(pre-commit, commit-msg)

Enviroment to tests

Modules style

Generators

๐Ÿš€ Initial steps

Clone the project:

git clone https://github.com/MarcosSantosDev/coffee-delivery.git

Install the dependencies:

npm install

โ˜• Application commands

How to run app in development mode and production ready mode ?

To run the application in development mode, run the command below:

npm run dev

Open http://localhost:3000 with your browser to see the result.

To generate the application build, run the command below:

npm run build

To run the application on top of the build, in production mode, run the command below:

npm run start

How to run integration and unit tests ?

To run the integration and unit tests, run the following command in your terminal:

npm run test

To run and watch the integration and unit tests, run the following command in your terminal:

npm run test:watch

How to run E2E tests ?

To run your end-to-end tests and view the results in the terminal, run the following command in your terminal:

npm run ci:e2e:headless

To open and run your end-to-end tests in the cypress playground, run the following command in your terminal:

npm run ci:e2e

๐Ÿค Contributing to the project

To contribute, follow these steps:

  1. Clone this repository.
  2. Create a branch:git checkout -b <type>/<branch_name>
  3. Make your changes and confirm them:
  • Common commit message: git commit -m "<type>: message"
  • To commit with commitizen(commit message formatter): npm run commit
  1. Push to original branch: git push
  2. Create the pull request to development branch.

โš ๏ธ Standards adopted in the project

Make with โค๏ธ by Marcos Santos

coffe-delivery's People

Contributors

marcossantosdev avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.