-
clone with command
npx degit githubusername/githubreponame#branchname projectName -
cd into new project folder
-
run
npm installto 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!
-
Notifications
You must be signed in to change notification settings - Fork 0
ada243/myexpressboilerplate
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published