Skip to content

nicoflorin/bachelor-thesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

React Setup

  1. Install git: https://git-scm.com/downloads
  2. Install npm: https://www.npmjs.com/get-npm
  3. Create local directory
  4. Open command prompt (CMD, Terminal)
  5. Change to new directroy: cd
  6. Clone Github repository:
    git clone https://github.com/nicoflorin/bachelor-thesis.git
  7. Open new directory "bachelor-thesis" in explorer or terminal
  8. Copy and rename file ".env.example" to ".env"
  9. Open ".env" and set every env variable based on your Firebase SDK config values
  10. In command prompt change to new directory "bachelor-thesis"
    cd bachelor-thesis
  11. Install application with "npm install"
  12. Start application with "npm start" a. Application runs under http://localhost:3000

For the correct execution of the application, a Google Firebase account with Cloud Firestore database and authentication is required.

Available Scripts

In the project directory, you can run:

npm start

Runs the page in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

License

It is not allowed to copy, modify or redistribute this code without the explicit permission of the copyright holder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages