Skip to content

Boilerplate code for Express server with ES6/React transpilation via Babel.

Notifications You must be signed in to change notification settings

mocon/express-react-es6-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express React ES6 starter

This repo contains starter code for an Express server with ES6/React (JSX) transpilation via Babel.

Installation

yarn

Development

To start a local server on http://localhost:3000:

yarn start

Build

To generate an ES5 build in the /dist folder:

yarn build

Serve production code

To serve the ES5 code from the /dist folder:

yarn run serve

About

Boilerplate code for Express server with ES6/React transpilation via Babel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published