Skip to content

Lonelind/react-redux-autocomplete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Requirements

  • Node.js v6.9.x
  • NPM v3.x

Instructions

Install Node.js using any desired method from https://nodejs.org/en/download/ or using nvm:

$ nvm use v6.9

NPM package should be installed alongside Node.js package.

Then, run

$ npm install

to install all dependencies such as ReactJS, Redux and other packages.

Next, execute following:

$ npm start

This will start Webpack Dev Server on port 8080 and start an application on 3000 port.

Now, go to http://localhost:3000 to see an application running.

About

Simple autocomplete component for React-Redux stack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published