Skip to content

LakshmiLavanyaKasturi/stacks.js-starters

 
 

Repository files navigation

Stacks.js Starters 🚀

Quick-Start a Stacks.js Project

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)

Options

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-<...>.

--template

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.

License & Attribution

⚖️ MIT Licensed; relevant attribution and licenses of dependencies can be found in ATTRIBUTION.md

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 38.6%
  • HTML 18.5%
  • Vue 16.7%
  • TypeScript 10.6%
  • CSS 9.6%
  • Svelte 5.6%
  • Shell 0.4%