Skip to content

vinhnguyen1211/typescript-next-apollo-tailwind-boilerplate

Repository files navigation

Frontend Boilerplate with Next - GraphQL - Tailwind + Linaria

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.

Contains

Build tools

Installation

$ yarn

Running

$ yarn dev

Build

$ yarn build
$ yarn start

Deploy (to the GitHub Pages)

$ npm run deploy