Skip to content

Latest commit

 

History

History
31 lines (12 loc) · 1.65 KB

README.md

File metadata and controls

31 lines (12 loc) · 1.65 KB

Decoupled Kit Application from Acquia

About

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.

Installation

  • Install yarn or also use npm for dependencies.
  • Install packages with yarn install or npm install
  • Stand up the application with yarn start or npm start and visit http://localhost:8080

Configuration Summary

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

Architecture Summary

TODO //