- Live Stacks React Starter Template
- Live Stacks Next.js Starter Template
- Live Stacks Svelte Starter Template
- Live Stacks Vue Starter Template
- Live Stacks Angular Starter Template
The following command will spawn an interactive CLI, which allows you to select your favorite framework to use with Stacks.js and get started building in an instant! ⚡️
npm create stacks
Prerequisites: Node.js (with
npm
>= v7.x.x)
Running the npm create stacks
command launches in interactive mode by default.
Similar commands exist in other package managers.
e.g., yarn create stacks
The npm init
and its alias npm create
can be seen as an alias for npm exec create-<...>
.
It's also possible to pass the selected framework as a parameter, if you prefer a non-interactive mode:
npm create --template react
...where react
is the example selected framework and initializes from templates/template-react
. We can choose any available framework from the templates/
directory.
⚖️ MIT Licensed; relevant attribution and licenses of dependencies can be found in ATTRIBUTION.md