Skip to content

rajeshdh/express-es6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NodeJS Express ES6 Hello world

An example hello world app, showing how to build a REST API server using express.js and ES6 and build for production

Quick start

# setup
git clone https://github.com/rajeshdh/express-es6.git
cd express-es6 
npm install  

# start the server (starts babel-node with nodemon)
npm start 

# open in browser
http://localhost:3000

# build for production (output to dist folder)
npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published