This Repository contains the WeBuildXR application.
Run the following commands from within the repository's root folder to setup the application:
npm install
Run the following commands from within the repository's root folder to run the project using npx webpack:
npm start
Run the following commands from within the repository's root folder to build the project using npx webpack:
npm run-script build
-
src/source code folderindex.tsapplication entry point
-
publicfolder containing static assetsindex.htmlHTML entry point
-
distfolder containing output of build process