Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
express-template
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Radeczki Gergő István
express-template
Commits
f561a7d5
Commit
f561a7d5
authored
4 years ago
by
Radeczki Gergő István
Browse files
Options
Downloads
Patches
Plain Diff
Updated README
parent
7837b747
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+34
-2
34 additions, 2 deletions
README.md
with
34 additions
and
2 deletions
README.md
+
34
−
2
View file @
f561a7d5
# express-template
# express-template repository
This is a template repository for creating express applications.
This is a template repository for creating express applications. It uses pre defined node modules to help speed up production.
## Getting started
### Install node modules:
```
bash
npm
install
```
### Start development server using nodemon:
```
bash
npm start dev
```
### Start production server:
```
bash
npm start
```
## Used node modules
Dependencies:
-
`Express`
-
`EJS`
-
`Mongoose`
Dev dependencies:
-
`Nodemon`
## Shoutout
-
`normalize.css`
(https://necolas.github.io/normalize.css/)
\ No newline at end of file
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