Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/purposeinplay/nextjs-boost
- Owner: purposeinplay
- Created: 2018-06-08T13:44:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-18T07:28:07.000Z (over 2 years ago)
- Last Synced: 2023-03-07T17:37:07.448Z (almost 2 years ago)
- Language: TypeScript
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```