Skip to content

wilsongoltara/indio-coffee

Repository files navigation

Indio Coffee Company

Clone Starbucks


Getting Started

Antes de iniciar, você precisa ter instalados o Git e o Node.

Executando

# Clone project
$ git clone https://github.com/wilsongoltara/indio-coffee

# Access
$ cd indio-coffee

# Install the dependencies
$ npm install
# or
$ yarn

# Initialize the server
$ npm run dev
# or
$ yarn dev

# The server is running on the port: <http://localhost:3000>

Licença

Este projeto está sob licença do MIT. Para mais detalhes, leia o arquivo de licença LICENSE.

Criado e desenvolvido por Wilson Goltara

 

Ir para o topo