Everything you need to build a Svelte project, powered by sv
.
If you're seeing this, you've probably already done this step. Congrats!
# create a new project in the current directory
npx sv create
# create a new project in my-app
npx sv create my-app
add bootstrap add bootstrap-icons
install mongodb brew tap mongodb/brew brew install mongodb-community
start mongodb service brew services start mongodb-community
verify that mongodb is running mongosh
add mongodb to the project npm install mongodb
for local mongodb viewing brew install --cask mongodb-compass
connect here mongodb://localhost:27017