Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 717 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 717 Bytes

Js-navigo-webpack-template

What you need

Get started

  1. Install all the modules

npm i

  1. Add your firebase config to the src/database/firebase.js file

The apikey can be found in the settings of your firebase project

https://console.firebase.google.com/u/0/project/{your-project}/settings/general/

The project id is the name of your firebase instance as can be seen on the console when you login.

More information:

https://firebase.google.com/docs/web/setup

  1. Run the starting command

npm run start

  1. To run a compiled build

npm run build