Skip to content

arkadiusz-wieczorek/react-dropdown-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-dropdown-list

Online demo

Install

$ npm install
$ npm install -g browserify watchify

Run example

$ npm run build
$ npm start

and go to http://localhost:8888 or just go to example directory and run index.html file in a web browser.

Unconfigured environment

The browserify requires assigned node executable, because some linux distributions using nodejs executable instead of node. This solution solves the problem.

In case of problems with global packages installation like npm install -g browserify watchify:

  • you can use sudo,
  • set up environment to install packages without sudo by this solution,
  • or use NVM.

For development build please type npm run build-dev.

Releases

No releases published

Packages

No packages published