Skip to content

React + GraphQL + Next.js project architecture that I play with at this moment

License

Notifications You must be signed in to change notification settings

sujitjadhav/Next-react-graphql-apollo_Boostrap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React + GraphQL + Next.js + Apollo + Scss + Typescript Starter

Landing page template

Starting template with:

  • React.js
  • Next.js
  • Typescript
  • SCSS
  • Apollo
  • GraphQl
  • EsLint
  • Prettier
  • Jest tests
  • Nodemon
  • Styled Components

How to use

npm i
npm run dev

Environment variables

You can access your .env variables by deconstructing 'process.env' object, both on client and server. Just make sure that you reboot the server when updating .env file.

Configuration

You should configure things like eslint, tsconfig, prettier etc. with things that suit you and your project. Configuration in this project is not perfect - it's just my own preference, and I'm open to suggestions :)

To see before coding;

PS; I'm always looking for interesting freelance/full time opportunities, hmu @ sebastianpob@gmail.com

About

React + GraphQL + Next.js project architecture that I play with at this moment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 63.2%
  • CSS 36.8%