Emoji weather with React
SitePoint have a great npm guide to get you started if you're new to npm.
- Run
npm init
- Follow the install instructions https://github.com/facebookincubator/create-react-app
npm i -g create-react-app
create-react-app feel-the-weather
cd feel-the-weather
npm start