Skip to content

A project for Klimaton event, to help public transport organisation in Rybnik.

Notifications You must be signed in to change notification settings

alicenoknow/PublicTransportAppv2

Repository files navigation

Visualization of public transport traffic

💻 Prerequisites

  • Node.js
  • npm
  • vs code (preferable as all setup is for this IDE)

🧱 Steps:

  1. Install all tools mentioned above
  2. Clone this repo
  3. Run cd PublicTransportAppV2
  4. Run npm install
  5. Tap Extensions in vs code, type "@recommended" and install all from section "Workspace recommendations"
  6. Run npm start and everything should be ready to start 🚀

If you have any issues with setting up the project, feel free to reach out me @alicenoknow

📚 Useful resources

📜 Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:8000 to view it in the browser.

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

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

🛠 Technology

React 17.0.2

Production build with Docker

docker build . -t website:latest

docker run -it --rm -d -p 8000:80/tcp --name app1 website

App

r1

About

A project for Klimaton event, to help public transport organisation in Rybnik.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published