This is a quickstart project for DeepAR Web SDK. It is a minimal example of how to use the SDK.
https://demo.deepar.ai/quickstart-web-js-npm/
- Go to https://developer.deepar.ai
- Sign up
- Create a project and a Web app
- Copy the license key
- Paste it into
src/index.js
(replaceyour_license_key_goes_here
)
- Open the terminal in the root of the project
- Run
npm install
- Run
npm run dev
- If the browser doesn't open automatically, open http://localhost:8888
- Run
- Open the terminal in the root of the project
- Run
npm install
- Run
npm run build
- The build will be in the
dist
folder
- Run