Skip to content

mathportillo/browsersync-boiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

powerstats-admin

Administrador do Powerstats

Dependencies

Node:

macOS

  • run brew install node

debian/ubuntu

  • run sudo apt-get install nodejs

Install

  • run npm install

Run

troubleshooting dev errors

ENOENT:

  • run npm install to update modules

EADDRINUSE:

  • another node instance may be using port 8080, run killall node
  • if the error persist, run lsof -n -iTCP:8080 | grep LISTEN (or sudo netstat -peanut | grep 8080 in linux) to find out who is using de port

Production

  • run npm run bake

testing production

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published