An open API service indexing awesome lists of open source software.

https://github.com/danericnetwork/expressjs-web-template

An easy to use expressjs web app template
https://github.com/danericnetwork/expressjs-web-template

express-js expressjs template template-repository

Last synced: 2 months ago
JSON representation

An easy to use expressjs web app template

Awesome Lists containing this project

README

          

# ExpressJS Web App Template

## Installation

### Clone the repository
```bash
git clone https://github.com/DanericNetwork/ExpressJS-Web-Template.git
```

### Install Packages
```bash
npm install
```

### Fill in the Configuration
Rename the file `config.example.json` to `config.json` and fill in the configuration.

### Run the Server
```bash
node index.js
```