Skip to content

Reference project showing the use of React and Express written in ES2015 transpiled via Babel 6

License

Notifications You must be signed in to change notification settings

shantanuraj/react-express-babel6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-express-babel6

This is a refrence project to demonstrate the use of React and Express with Babel 6

This project uses browserify + gulp, to create the browser bundle. I am working on another demo which will use webpack instead.

##Background The Babel 6 release brings some massive changes to how babel works.

The babel package no longer exists, it has been split into three packages.

Most importantly transforms are plugins now, therefore babel outputs the same file if called directly. It does nothing without a plugin.

Transformers used in this project are

These are handy presets there are more specific transforms available. Checkout the plugins page for more

##Use Clone the repo

git clone https://github.com/shantanuraj/react-express-babel6

Install dependencies

npm install

Build browser bundles

gulp

Start the webserver

npm start

##Author

Shantanu Raj [email protected]

About

Reference project showing the use of React and Express written in ES2015 transpiled via Babel 6

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published