https://github.com/purposeinplay/nextjs-boost
NextJS Typescript starter kit with some sensible defaults.
https://github.com/purposeinplay/nextjs-boost
Last synced: 4 months 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-18T07:28:07.000Z (about 3 years ago)
- Last Synced: 2025-03-10T02:12:12.941Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- 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
```