This repo contains starter code for an Express server with ES6/React (JSX) transpilation via Babel.
yarn
To start a local server on http://localhost:3000
:
yarn start
To generate an ES5 build in the /dist
folder:
yarn build
To serve the ES5 code from the /dist
folder:
yarn run serve