This application is designed for create graphql querys.
- React and Next.js for UI, utilising getStaticProps (static generation, fetch data at build time) and getServerSideProps (server-side rendering, fetch data at request time). next/image was used for image optimisation.
- ApolloJs was used for scale, manage and build with GraphQL.
- TailwindCss was used for styling.
This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm install
npm run dev
# or
yarn install
yarn dev
Open http://localhost:3000 with your browser to see the result.