Navigate to your the directory where you would like to install the JS app.
npm install -g create-mura-apps
Note that the NPM package is currently called create-mura-apps
(with an 's'). I plan to change this back to create-mura-app
(I accidentally temporarily blocked this name)
create-mura-app
Note that the command does not have an 's'. Sorry again for the confusion... This will be fixed shortly.
- Select the template
- Give your app a name
- Enter the relative path to Mura's
modules
directory
cd
into the new app's directory and run
npm install
npm run serve