This starter kit is a basic project setup that can be used to create web applications leveraging key core technologies.
yarn
For Windows:
npm run update-schema
npm start
For Linux:
npm run update-schema
npm run start:linux
Go to http://localhost:8080/ to view the application.
Go to http://localhost:8080/graphql to view GraphiQL.
npm run build
Outputs the client bundle in the public
directory
Outputs the transpiled server code in the lib
directory
MIT