# EJS / express
An epress app runs as the front end (port=3000) and generates html files accordingly.
The files are served statically through a web-server such as apache or nginx
## Development
### `example`
Start example project in dev mode
```
npm run example
```
### `dev`
Start development server ( with hot reload )
```
npm run dev
```
### `start`
Start production server ( does not hot reload )
```
npm run start
```
### `serve`
Serve `dist` directory
```
npm run serve
```
## Authors
[Karl](https://moubarak.eu/)
## License
Copyleft with a difference: This is a collective work, you are invited to copy, distribute, and modify it under the terms of the [CC4r](LICENSE).