import * as React from 'react'; import { connect } from 'react-redux'; const Home = () => (

Hello, world!

Welcome to your new single-page application, built with:

To help you get started, we've also set up:

The ClientApp subdirectory is a standard React application based on the create-react-app template. If you open a command prompt in that directory, you can run npm commands such as npm test or npm install.

); export default connect()(Home);