Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 647 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 647 Bytes

spacex.launch.stats

Express GraphQL Server

Inicia Back-end

Apolo React

Crea Front-end
  • npx create-react-app
  • npm install concurrently
  • Actualiza package.json scripts agrega "concurrently "npm run server" "npm run client" " para iniciar backend y frontend al mismo tiempo con un comando

inicia Front-end + Back-end

  • npm run dev
Ejercicios extraidos de:

1era parte 2da parte