Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/purposeinplay/nextjs-boost

NextJS Typescript starter kit with some sensible defaults.
https://github.com/purposeinplay/nextjs-boost

Last synced: about 1 month ago
JSON representation

NextJS Typescript starter kit with some sensible defaults.

Awesome Lists containing this project

README

        

# nextjs-boost

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.

## What's inside

- `Typescript`: JavaScript that scales.
- `Styled Components`: ES6 and CSS to style your apps without stress
- `Redux / 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.js
- `Prettier`: An opinionated code formatter.
- `Tslint`: Extensible linter

## Getting Started

Clone the repo

```
git clone [email protected]:ProvablyFair/nextjs-boost.git
```

Install it and run:

```
cd nextjs-boost
yarn install
yarn dev
```