Skip to content

refeals/cs-lightning-talk-dev

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

About

This is a NextJS + Firebase project created to illustrate the different build methods on the framework.

Firebase was chosen for it's simplicity to create, to use and as means to persist data.

The project gets data from Github API and add it to the Firestore, using differently on each page to show how different how each build type works.

This was part of a live talk between coworkers, so no context or comments are given on any of the files.

Running the project locally

You will need to create a new Firebase application, then create a file firebase-client.js at the root of the project. You can duplicate and rename firebase-client.example.js to make it easier for you.

Then, simply run

yarn install
yarn dev

Open http://localhost:3000 with your browser to see the result.

About

NextJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published