Skip to content

Learn how to use Apach CouchDB, UI is developed with ReactJS

License

Notifications You must be signed in to change notification settings

bevislu/couchDB-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

couchDB-demo

Learn how to use Apach CouchDB, UI is developed with ReactJS

To install React DOM and build your bundle with browserify:

$ npm install -g browserify $ npm install --save react react-dom react-router react-bootstrap react-router-bootstrap babelify babel-preset-react babel-preset-es2015 $ browserify -t [ babelify ] scripts/index.js -o bundle.js

Note:

If you are using ES2015, you will want to also use the babel-preset-es2015 package.

Alternatives:

To install React DOM and build your bundle with webpack:

$ npm install --save react react-dom babel-preset-react babel-loader babel-core $ webpack main.js bundle.js --module-bind 'js=babel-loader'

About

Learn how to use Apach CouchDB, UI is developed with ReactJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published