Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/locol23/next-redux-typescript-starter

A boilerplate of Server Side Rendering using Next + TypeScript + React + Redux + Recompose + styled-components etc..
https://github.com/locol23/next-redux-typescript-starter

boilerplate next nextjs now react reactjs redux server-side-rendering serverside-rendering ssr typescript

Last synced: 4 days ago
JSON representation

A boilerplate of Server Side Rendering using Next + TypeScript + React + Redux + Recompose + styled-components etc..

Awesome Lists containing this project

README

        

# SSR boilerplate with Next.js

A boilerplate of Server Side Rendering with Next.js

[![CircleCI](https://circleci.com/gh/locol23/next-redux-typescript-starter/tree/master.svg?style=svg)](https://circleci.com/gh/locol23/next-redux-typescript-starter/tree/master)
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE)

# Libraries

- now
- React
- Redux
- Next
- emotion
- Jest
- TypeScript

# Setup

```
git clone https://github.com/locol23/next-redux-typescript-starter.git
cd next-redux-typescript-starter
yarn
```

# Development

```
yarn dev
```

# Production

```
yarn deploy
```