This template is designed to give you a base React application. It includes webpack config to allow import of css directly in your components using the following syntax:-
import 'path/filename.css'clone this repo, type
npm install
at the command line
Then to run type
npm start
You should be able to access you application at
localhost:1234