Skip to content

Traffic Jam Map v2 - Student project of winter semester 2017/18

Notifications You must be signed in to change notification settings

MAGDa-BeuthHS/stauatlas_v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stauatlas

This project was bootstrapped with Create React App.

You can find the most recent version of this guide here.

Preconditions

Make sure you have Node >= 6 on your machine. Download the [https://fb.me/react-devtools](React DevTools) for a better development experience

Install

Type

npm install

Configure SSH for remote Postgres-DB

Use for example Putty in Windows.

Host name: your_host
Port: 22

Command to run on linux/mac: ssh -L 5432:dbyour_host:5432 username@your_host

for http proxy, or just use direct port forwarding: ssh -f yourusername@your_host -L 5433:your_dbhost:5432 -N

Start

For access to the remote Postgres-DB open the configured SSH-Connection and login with your HRZ account. Open your terminal and type

npm run backend

For starting the front-end server use

npm start

This opens http://localhost:3000/ to see your app. When you’re ready to deploy to production, create a minified bundle with npm run build.

Coding style

Linting is implemented with ESlint and the react-plugin eslint-plugin-react. An Opinionated configuration (by the author) with React-specific rules can be found in .eslintrc.

Explore ESLint integrations into other tools like editors, build systems, and more.

About

Traffic Jam Map v2 - Student project of winter semester 2017/18

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published