Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 601 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 601 Bytes

redux-iTunes-search

🎵 🔍 Web app for iTunes search with React and Redux

Installation

  1. git clone [email protected]:LeoAJ/redux-iTunes-search.git
  2. cd redux-iTunes-search
  3. npm install

Dev

Run webpack dev server with react-hot-loader

npm start

and go to localhost:3000

Deploy

Use webpack minify plugin

npm run deploy

Lint

run eslint, using eslint-config-airbnb rules.

npm run lint

License

MIT