Skip to content

epilande/next-cloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next.js + Cloud Functions ⛅️

Going serverless with next.js

Why?

You want server-side rendering with react and you don't want to worry about your server.

Let Firebase set up, maintain, and scale your back-end automatically. You don't have to worry about server configuration, provisioning new servers, or decommissioning old ones. Also the deployment process is simple and easy with firebase deploy.

Quick Start

Clone this repo

$ git clone https://github.com/epilande/next-cloud.git
$ cd next-cloud

Install dependencies

$ npm install

Launch dev environment

$ npm run dev

Launch app with local Firebase Cloud Functions

$ npm run serve

Deploy app to Firebase

Before you deploy, make sure you update .firebaserc to match your app's project name.

$ npm run deploy