Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.3 KB

README.md

File metadata and controls

41 lines (24 loc) · 1.3 KB

GraphQL 101

Repositorio para el Facebook LIVE de la comunidad de javvascript Nicaragua (03/07/2020).

Presentacion

Link de la presentacion

Instalacion

  • Clone the repo git clone https://github.com/js-ni/graphql101.git

  • Enter the repo directory cd graphql101

  • Install the dependencies npm install

  • Create a .env file with the following set up. (examples in parentheses)

NODE_ENV = string (development || production)
PORT = int (4000)
  • Finally, just run npm run dev for development, or npm run build for webpack, or npm start (once built) to run production

Contributing

Sientanse libres de submitir sus PR. Por el momento no hay un template de contribucion.

Autor


Alfonso Gomez

💬 📖🔧 👀 😎

License

This project is licensed under the ISC License