gnalvesteffer / multiplayer-dungeon-crawler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

multiplayer-dungeon-crawler

before you get started with anything run npm i

npm commands

build

Makes the webpack files into client/dist

start-dev

Starts the server and the client. Launch http://localhost:3000 to see everything.

start

Starts the server but not the client. This assumes that everything has been built into client/dist. Launch http://localhost:3000 to see everything.

lint

Lints all js and less files

lint-js

Lints js files

lint-less

Lints less files

About


Languages

Language:JavaScript 98.5%Language:CSS 0.8%Language:HTML 0.7%