Skip to content

MikeBild/babel-node-expressjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExpressJS with modern Babel + NodeJS

Transpile and bundle ECMA to use in NodeJS.

Build

npm run build

Test

npm test

Dev

npm start

Run

npm run serve

Examples

JSON

curl -v -XGET http://localhost:3000 -H "content-type: application/json"

URL-Encoded

curl -v -XPOST http://localhost:3000 --data-urlencode "msg=hello you" -H "content-type: application/x-www-form-urlencoded"

About

A simple ExpressJS App written with ECMA Script.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors