Nextjs Boost is a typescript starter kit that contains an oppinionated set of tools to help you get started with the NextJS framework. It includes some sensible defaults, such as tslint
and prettier
which come configured with our recommended settings.
Typescript
: JavaScript that scales.Styled Components
: ES6 and CSS to style your apps without stressRedux / redux-saga
: An alternative side effect model for Redux apps.Apollo / apollo-boost
: The fastest, easiest way to get started with Apollo Client.Recompose
: Utility belt for function components and higher-order components.Next Routes
: Universal dynamic routes for Next.jsPrettier
: An opinionated code formatter.Tslint
: Extensible linter
Clone the repo
git clone [email protected]:ProvablyFair/nextjs-boost.git
Install it and run:
cd nextjs-boost
yarn install
yarn dev