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
- Host: GitHub
- URL: https://github.com/arvindkumarbadwal/express-babel-ejs
- Owner: arvindkumarbadwal
- License: mit
- Created: 2018-02-22T05:56:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-22T06:31:19.000Z (over 8 years ago)
- Last Synced: 2025-06-27T15:11:29.304Z (12 months ago)
- Topics: babel, babel-es6, es6, expressjs, nodejs
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)