Skip to content
Snippets Groups Projects
Commit f561a7d5 authored by Radeczki Gergő István's avatar Radeczki Gergő István :fire:
Browse files

Updated README

parent 7837b747
No related branches found
No related tags found
No related merge requests found
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment