create-symbols-grid
v0.0.8
Published
Interactive grid selection modal using Symbols and DOMQL
Maintainers
Readme
Symbols Starter Kit w/ Grid Selection
Getting Started
You can create a new project using this starter kit with either npm create or npm init.
Using npm create
npm create symbols-grid@latest my-app
cd my-app
npm installUsing npm init
npm init symbols-grid@latest my-app
cd my-app
npm installReplace my-app with your desired project name.
Development
After installing dependencies, you can start developing your project:
npm start