Skip to content

AuraAlba/frontend-app-profile

 
 

Repository files navigation

Build Status Coveralls npm_version npm_downloads license

frontend-app-profile

Please tag @edx/arch-team on any PRs or issues.

Introduction

React app for user account management.

Important Note

The production Webpack configuration for this repo uses Purgecss to remove unused CSS from the production css file. In webpack/webpack.prod.config.js the Purgecss plugin is configured to scan directories to determine what css selectors should remain. Currently the src/ directory is scanned along with all @edx/frontend-component* node modules and paragon. If you add and use a component in this repo that relies on HTML classes or ids for styling you must add it to the Purgecss configuration or it will be unstyled in the production build.

About

React app for managing user profile information.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.3%
  • CSS 1.6%
  • Other 1.1%