A bare minimum Next - Apollo - Tailwind + Linaria boilerplate with Server-side rendering example.
Note that this project does not include Static code analysis, Testing Frameworks If needed, please fork this repository and add your own that meets your requirements.
Ideal for creating React apps from the scratch.
- Typescript
- React
- Apollo GraphQL
- Styling: Tailwind, Linaria, PurgeCSS, SASS
- Eslint
- PWA
$ yarn
$ yarn dev
$ yarn build
$ yarn start
Deploy (to the GitHub Pages)
$ npm run deploy