This is a template for creating a new SceneryStack simulation using the Webpack bundler.
-
Clone this repository
-
Install dependencies
npm install- Start the development server
npm start- Open your browser to http://localhost:8080/
To build your simulation for production, run:
npm run buildThis will create a dist folder containing your bundled simulation.