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
- Host: GitHub
- URL: https://github.com/locol23/next-redux-firebase-typescript-starter
- Owner: locol23
- Created: 2019-05-07T08:26:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-07T08:27:43.000Z (about 6 years ago)
- Last Synced: 2025-01-08T20:23:18.010Z (6 months ago)
- Topics: firebase, firebase-functions, nextjs, react, redux, server-side-rendering, ssr, styled-components, typescript
- Language: TypeScript
- Homepage: https://us-central1-next-redux-typescript-starter.cloudfunctions.net/nextApp
- Size: 228 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```