majecty / neighborhood-gossip

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

neighborhood-gossip

1 time install

npm install

css build

npx tailwindcss -i ./src/css/input.css -o ./static/css/output.css --watch

dev web server

npx serve static

bundle js

npx esbuild --watch src/js/app.js --bundle --outfile=static/js/bundle.js

About


Languages

Language:JavaScript 59.7%Language:Vue 30.3%Language:CSS 8.5%Language:HTML 1.5%