Skip to content

ada243/myexpressboilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BOILERPLATE DIRECTIONS

  • clone with command npx degit githubusername/githubreponame#branchname projectName

  • cd into new project folder

  • run npm install to install dependencies

  • rename template.env to .env

  • make sure to replace MONGODB_URL with a working Mongo URL

  • JUST IN CASE: If your port 3000 is in use ---> sudo kill -9 $(sudo lsof -t -i:3000) OR killall node

  • enjoy!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages