- Create the blogger directory
mkdir blogger
- generate
package.json
file usingnpm init
, say yes to all - create the following directories
db
,public
,routes
, andviews
- create
app.js
from where the server would run - install the following packages
express
,jade
,body-parser
,mongoose
, andmorgan
forked from adamfredie/blogger
-
Notifications
You must be signed in to change notification settings - Fork 0
maajidz/blogger
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
Packages 0
No packages published
Languages
- CSS 39.5%
- JavaScript 32.2%
- HTML 28.3%