https://github.com/openplannerteam/planner-example
Example of PlannerJS
https://github.com/openplannerteam/planner-example
Last synced: 8 months ago
JSON representation
Example of PlannerJS
- Host: GitHub
- URL: https://github.com/openplannerteam/planner-example
- Owner: openplannerteam
- License: mit
- Created: 2020-01-03T10:57:03.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-11T22:46:16.000Z (over 3 years ago)
- Last Synced: 2025-03-11T22:24:22.186Z (about 1 year ago)
- Language: JavaScript
- Size: 2.63 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Planner.JS example
This project is part of the documentation of Planner.JS. It shows a set of the framework's functionalities.
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.
Open [http://localhost:8080](http://localhost:8080) 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 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](https://facebook.github.io/create-react-app/docs/deployment) for more information.
## Built with
* [React](https://reactjs.org/) - The web framework used
* [PlannerJS](https://planner.js.org/) - Journey planning framework
* [Mapbox GL JS](https://www.mapbox.com/) - Map API
* [Webpack](https://webpack.js.org/) - Module bundler
## Authors
* **[Sushil Ghambir](https://github.com/Pizzibee)** - *Initial work*
See also the list of [contributors](https://github.com/openplannerteam/planner-example/contributors) who participated in this project.