Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (create-audius-app) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Create Audius App
The easiest way to start building on Audius is by using create-audius-app
. This CLI tool enables you to quickly start building a new Audius application, with everything set up for you. You can create a new app using the default Audius react template, or by using one of the examples. To get started, use the following command:
Interactive
You can create a new project interactively by running:
npx create-audius-app
You will be asked for the name of your project, and all the necessary dependencies will be installed.
Non-interactive
You can also pass command line arguments to set up a new project
non-interactively. See create-audius-app --help
:
Usage: create-audius-app <project-directory> [options]
Options:
-V, --version output the version number
-e, --example [name]|[github-url]
An example to bootstrap the app with. You can use an example name
from the Audius repo. They are found in AudiusProject/audius-protocol/packages/libs/src/sdk/examples
-h, --help output usage information