simple web app for iTunes search with React
http://leoj.js.org/react-iTunes-search/
To know more detail, please read my post.
git clone [email protected]:LeoAJ/react-iTunes-search.git
cd react-iTunes-search
npm install
npm install -g babel
Run webpack dev server with react-hot-loader
npm run dev
and go to localhost:3000
Use webpack minify plugin
npm run deploy
run eslint
npm run lint
- react
- babel
- ES6
- webpack
- eslint
- semantic UI
- iTunes search API
MIT