Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alexandrelamberty/nodejs-cjs-ejs-server

:fire: Node.js with CJS / EJS demo for my Full Stack Web Developer training @ https://technofuturtic.be. :zany_face:
https://github.com/alexandrelamberty/nodejs-cjs-ejs-server

cjs dotenv ejs fswd nodejs

Last synced: about 21 hours ago
JSON representation

:fire: Node.js with CJS / EJS demo for my Full Stack Web Developer training @ https://technofuturtic.be. :zany_face:

Awesome Lists containing this project

README

        

# Nodejs commonjs ejs server

Pure Node.js with EJS template engine :zany_face:

The application require an `.env` environment file with theses variables:

```properties
PORT=3000
HOST=localhost
```

Start the application

```shell
npm run start
```

Start with the environment variables set up and without the need of dotenv in the dependencies

```shell
npm run start:env
```

Start the application in dev, watch mode

```shell
npm run start:dev
```

# References

-
-
-
-