Skip to content

scenerystack/sim-template-parcel

Repository files navigation

Sim Template (Parcel)

This is a template for creating a new SceneryStack simulation using the Parcel bundler.

Getting Started

  1. Clone this repository

  2. Install dependencies

npm install
  1. Start the development server
npm start
  1. Open your browser to http://localhost:1234

Building for Production

To build your simulation for production, run:

npm run build

This will create a dist folder containing your bundled simulation.

About

SceneryStack simulation template bundled with Parcel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published