[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]example/2023-06-01 15:53 -  
[DIR]node_modules/2023-06-01 15:53 -  
[DIR]src/2023-06-01 15:53 -  
[   ]LICENSE2023-06-01 15:53 13K 
[TXT]README.md2023-06-01 15:53 687 9b1f1b9 rm old utils [كارل مبارك]
[   ]index.js2023-06-01 15:53 65 9b1f1b9 rm old utils [كارل مبارك]
[   ]package.json2023-06-01 15:53 1.1K2324c9f added npm start script [كارل مبارك]
# 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).