Skip to content

0xF013/react-library-booking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React with ECMAScript 6

Showcasing how to use React with ECMAScript 6.

Usage

npm install
npm run build

Optionally, to run from a web server:

npm install -g live-server
live-server

An associated blog post can be found here.

The gist of it is this:

  • Using webpack, traverse the dependency tree.
  • With the help of babel, transpile any occurences of ECMAScript 6 syntax.
  • Output the result to dist/bundle.js.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published