Skip to content

peelmicro/build-a-news-feed-with-nuxt-2-and-firestore

Repository files navigation

Build a News Feed with Nuxt 2 and Firestore

Source code for the Build a News Feed with Nuxt 2 and Firestore Udemy course.

Rename the fake.env document

  • Rename the fake.env to .env putting your own values

install dependencies

$ npm install

serve with hot reload at localhost:3000

$ npm run dev

build for production and launch server

$ npm run build
$ npm start

generate static project

$ npm run generate

About

Source code for the "Build a News Feed with Nuxt 2 and Firestore" Udemy Course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published