Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

jodelamo/react-es6-demo

Repository files navigation

react-es6-demo

Showcasing how to use React with ECMAScript 2015. Can be used as a starting point for a React app.

An associated blog post can be found here, though it is severely outdated compared to this repository.

The gist of it is this:

  • Using webpack, traverse the dependency tree.
  • With the help of babel, transpile any occurences of ECMAScript 2015 syntax.
  • Output the result to the build directory and serve it.

Usage

npm install
npm start

Navigate to http://localhost:8080/.

About

Showcasing how to use React with ECMAScript 2015

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published