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

https://github.com/arvindkumarbadwal/express-babel-ejs

Simple Example for Babel EJS implementation on ExpressJs
https://github.com/arvindkumarbadwal/express-babel-ejs

babel babel-es6 es6 expressjs nodejs

Last synced: about 2 months ago
JSON representation

Simple Example for Babel EJS implementation on ExpressJs

Awesome Lists containing this project

README

          

# EJS Babel ExpressJs

Simple Example for Babel EJS implementation on ExpressJs

## How to use

### Run in Development Mode

```bash
npm run dev
```

### Run in Production Mode

```bash
npm run production
```

### Test

```bash
http://localhost:3000
http://localhost:3000/{you_name}
```

## Reference

[Babel](https://babeljs.io/)

[ExpressJs](https://expressjs.com)