a panel used to manage features and account limits.
This project was bootstrapped with Create React App, and is styled with SCSS modules and formated with prettier.
- node v12 or later
- npm
- download or clone
- run
npm install
in root folder - run
npm start
in root folder - app will open in browser
In the project directory, you can run:
npm start
: Runs the app in the development mode.npm test
: Launches the test runner in the interactive watch mode.npm run build
: Builds the app for production to thebuild
folder.npm run eject
: Remove the single build dependency from your project.
- Add Testing
You can learn more in the Create React App documentation.