[go: up one dir, main page]

Skip to content

NodeJS and VSCode environment setup [boilerplate]

Notifications You must be signed in to change notification settings

rafaelbertelli/goNode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goNode

It's a simple nodejs start up to try experimenting with some settings

Project start up

yarn install    # install npm packages
yarn start      # run application

Troubleshooting

To solve EADDRINUSE

sudo lsof -i :3000
kill -9 <PID>

Note:

At first, that's it, but things are coming! 😃