A command-line tool for creating new Gridmix projects. Install Gridmix CLI globally with npm install --global @gridmix/cli.
Usage create <name> [starter]
| Official starter kits | |
|---|---|
| Default | gridmix create my-website |
| WordPress | gridmix create my-blog wordpress |
Usage gridmix develop
Run this command inside the project directory to start a local development server. The server will start at http://localhost:8080/ with hot-reloading etc.
Available options:
| Option | Description |
|---|---|
--port <port> | use specified port (default: 8080) |
--host <host> | use specified host (default: 0.0.0.0) |
Usage gridmix build
This command will generate a static site inside a dist directory in your project.
Usage gridmix explore
Run this command to start GraphQL Playground and explore your schema or data. Open your browser and go to http://localhost:8080/___explore to start exploring.
Usage gridmix info
This command will output information about the local environment.