1.0.0 • Published 6 years ago
create-codeday-app v1.0.0
Create CodeDay App
Create CodeDay apps
Creating an app
yarn create codeday-app topo my-appThis will create the directory my-app inside the current working directory, generate a template, and install dependencies.
Once the script is complete, you can run the following commands to begin development:
cd my-app
yarn devOptions
--name: App name (defaults to directory name)`--verbose`: Enable verbose logging`--chat`: Enables Chatra on the created template. This is the same as adding the `withChat` prop to the `<Theme>` component in `src/pages/_app.js`.--analyticsId: Enables Fathom analytics, similar to--chat.
1.0.0
6 years ago