Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cmsc388winter2019-student
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andrej Rasevic
cmsc388winter2019-student
Commits
079dc90d
Commit
079dc90d
authored
6 years ago
by
Andrej Rasevic
Browse files
Options
Downloads
Patches
Plain Diff
adding express starter code
parent
c1304a76
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmsc388b/code_examples/express/install.md
+25
-0
25 additions, 0 deletions
cmsc388b/code_examples/express/install.md
with
25 additions
and
0 deletions
cmsc388b/code_examples/express/install.md
0 → 100644
+
25
−
0
View file @
079dc90d
# Steps to set-up express application locally
```
npm install express-generator -g```
run `express --help`
run `express first-express-app --view=pug`
naviagte to our app `cd first-express-app`
and then run `npm install`
for windows run `SET DEBUG=express-locallibrary-tutorial:* & npm start`
for mac/linux run `DEBUG=express-locallibrary-tutorial:* npm start`
As an example let's run it without the debug statements and see the difference.
next execute `npm install --save-dev nodemon`
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment