Skip to content

paulrrdiaz/moobees

Repository files navigation

MooBees

URLs

Stack

Commands

INSTALL: It'll install all dependencies

npm i

START: it'll start http://localhost:3000

npm run start

BUILD: it'll prepare the bundle

npm run build

CONTAINER: it'll start http://localhost:5000

docker build -t moobees .
docker run -it -p 5000:80 moobees

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published