Skip to content

A little example of a React client, express server, that is compiled and served with Webpack hot-reload

Notifications You must be signed in to change notification settings

mutac/react-client-and-express-es6-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React & ES6 Express Rest API Boilerplate

A little example project of a React client app that is written in es6 and jsx, and a backend express server, also written in es6. Webpack is used to bundle and transpile the client app, and to transpile and serve an es6 express server app. The example also shows how to set up the client app and server with Webpack so that modifications to the client are hot-reloaded live by the dev server.

Getting Started

$ git clone https://github.com/mutac/react-client-and-express-es6-rest-api.git

Make it your own

$ cd react-client-and-express-es6-rest-api
$ rm -rf .git && git init && npm init

Install and build

$ npm install
...
$ npm run build

Try it out

$ npm start
$ open http://localhost:5050

References

keywords... babel 6 react-hot-reloader hot replace reload es6 express

About

A little example of a React client, express server, that is compiled and served with Webpack hot-reload

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published