Skip to content

Latest commit

 

History

History
52 lines (44 loc) · 1.45 KB

README.md

File metadata and controls

52 lines (44 loc) · 1.45 KB

iTowns starter (webpack)

Start a project with iTowns seamlessly.

Quickstart

  • Install dependencies
    npm install
  • Start the development server
    npm start
  • View your application at the address given by the command (usually localhost:8080
  • Start editing the src/index.js file!

Usage

  • Build the bundle:

    # Production build
    npm run build
    
    # Development build
    npm run build-dev
  • Start the server:

    # Development server
    npm run start
    
    # Production server
    npm run start-dev

Ressources

You can kick off your project by utilizing the available resources:

  • Tutorials: high-level view of the framework, simple visualization of raster, vector and 3D Tiles datasets.
  • Examples: collection of examples and corresponding code.
  • API: detailed documentation of the public API to understand the functionalities and capabilities of the framework.
  • Bugs: if you encounter any bugs or issues while working with iTowns, feel free to report them on our issue tracker.