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

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

A boilerplate of Server Side Rendering with firebase functions and Next.js
https://github.com/locol23/next-redux-firebase-typescript-starter

firebase firebase-functions nextjs react redux server-side-rendering ssr styled-components typescript

Last synced: 4 months ago
JSON representation

A boilerplate of Server Side Rendering with firebase functions and Next.js

Awesome Lists containing this project

README

        

# SSR boilerplate with Next.js

A boilerplate of Server Side Rendering with Next.js

# Libraries

- firebase functions
- React
- Redux
- Next
- Styled-Components
- Jest
- TypeScript

# Setup

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

# Development

```
yarn dev
```

# Deploy

```
yarn deploy
```