The boilerplate comes with webpack, and react installed along with enzyme as a testing suite and chai for asserions
NPM install to download all the modules
The environment also uses babel-eslint as a linter core for es-lint, the configuration for which can be changed in .eslintrc
run npm start to get your application up and running, fetch all necessary data needed to hydrate your redux store initially as done so in the server.js file
Example uses openweathermap's api which is easy to use and acquire a key from
All the best!
:)