This package includes the global command for creating Elvis.js applications.
yarn create elvis-app
$ yarn create elvis-app
✔ What is your project named? … my-awesome-app
[ info ] Generating elvis files ...
[ wait ] Installing elvis dependencies ...
[ done ] Let's Roll up for the Magical Mystery Tour!
┌─────────────────────────────────────────────────────────────┐
│ │
│ Success! Created my-awesome-app at: │
│ │
│ /path/to/my-awesome-app │
│ │
│ Inside that directory, you can run several commands: │
│ │
│ - yarn dev: Starts the development server. │
│ - yarn docs: Open The Elvis Book. │
│ - yarn build: Builds my-awesome-app for production. │
│ - yarn start: Runs my-awesome-app production mode. │
│ │
│ We suggest that you begin by typing: │
│ │
│ - cd my-awesome-app │
│ - yarn dev │
│ │
│ │
└─────────────────────────────────────────────────────────────┘