This is a starter application built as a baseline for creating React applications which rely heavily on API data from external sources. This application was forked from the React Slingshot application and the full documentation has been moved in docs\React-Slingshot.md
. This application has included a considerable amount of features to be leveraged as best practices around workflow, structure, testing, and much more. The examples are intentionally basic to provide clarity around the intents of the components.
- Install yarn or also use
npm
for dependencies. - Install packages with
yarn install
ornpm install
- Stand up the application with
yarn start
ornpm start
and visithttp://localhost:8080
Here is a quick summary of elements included within this application stack, but make sure to review the documentation for proper explanation and context.
React // Redux // React Router // Babel // Webpack // Browsersync // Jest // TrackJS // ESLint // SASS // PostCSS // Editor Config // NPM Build Scripts
TODO //