ejukka / housing-company

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status npm Cypress.io tests

housing company

this is demo project for housing company

Motivation

this is Demo project

Prerequisite

environment setup

  • yarn install
  • yarn run create
    • it will create .env-file on the root of the project
    • place your Google API KEY on REACT_APP_GOOGLE_MAPS_KEY=this_is_my_seacred_api_key
    • ìt will also create script.js-file on public-folder.
    • Add your Google API key also on created script.js-file.
Configure following firebase ids to your .evn file:
REACT_APP_API_KEY=apikey,
REACT_APP_AUTH_DOMAIL=test-domain,
REACT_APP_DATABSE_URL=test,
REACT_APP_PROJECT_ID=test,
REACT_APP_STORAGE_BUCKET=test,
REACT_APP_MESSAGGIGN_SENDER_ID=test,
REACT_APP_APP_ID=test
Configure also following texts to your .evn file:`

texts

start project

yarn start

unit testing

yarn jest

integration testing

  • yarn start
  • yarn cypress run

About


Languages

Language:TypeScript 63.9%Language:JavaScript 29.1%Language:HTML 4.6%Language:CSS 2.5%