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.ts
application entry point
-
public
folder containing static assetsindex.html
HTML entry point
-
dist
folder containing output of build process