Renovus-Tech / solarec-react

GNU Affero General Public License v3.0
0 stars 0 forks source link

Branches Functions Lines Statements Jest coverage CLA assistant

Solarec

React Web Application for Solarec.

Table of Contents

Versions

Requirements

node.js 21.1.0 npm 10.2.4

Template

CoreUI Free React Admin Template

CoreUI is meant to be the UX game changer. Pure & transparent code is devoid of redundant components, so the app is light enough to offer ultimate user experience. This means mobile devices also, where the navigation is just as easy and intuitive as on a desktop or laptop. The CoreUI Layout API lets you customize your project for almost any device – be it Mobile, Web or WebApp – CoreUI covers them all!

For transparency into our release cycle and in striving to maintain backward compatibility, CoreUI Free Admin Template is maintained under the Semantic Versioning guidelines.

See the Releases section of our project for changelogs for each release version.

Package dependencies

Production

@coreui/chartjs: ^3.1.2 @coreui/coreui: ^4.2.6 @coreui/icons: ^3.0.1 @coreui/icons-react: ^2.1.0 @coreui/react: ^4.9.0-rc.0 @coreui/react-chartjs: ^2.1.3 @coreui/utils: ^2.0.2 @kurkle/color: ^0.3.2 chart.js: ^4.4.0 classnames: ^2.3.2 core-js: ^3.31.0 google-map-react: ^2.2.1, js-cookie: ^3.0.5 prop-types: ^15.8.1 react: ^18.2.0 react-app-polyfill: ^3.0.0 react-chartjs-2: ^5.2.0 react-datepicker: ^4.24.0 react-dom: ^18.2.0 react-flags-select: ^2.2.3 react-i18next: ^13.5.0 react-redux: ^8.1.1 react-router-dom: ^6.14.0 react-scripts: 5.0.1 redux: 4.2.1 sass": ^1.63.6 simplebar-react": ^2.4.3 web-vitals: ^3.3.2

Development

@babel/preset-env: ^7.23.5 @babel/preset-react: ^7.23.3 @testing-library/jest-dom: ^5.16.5 @testing-library/react: ^14.0.0 @testing-library/user-event: ^14.4.3 eslint-config-prettier: ^8.8.0 eslint-plugin-prettier: ^4.2.1 jest-canvas-mock: ^2.5.2 jest-cli: ^29.7.0 license-compatibility-checker: ^0.3.5 prettier": 2.8.8

Quick Start

Installation

$ npm install

or

$ yarn install

Basic usage

# dev server with hot reload at http://localhost:3000
$ npm start 

or

# dev server with hot reload at http://localhost:3000
$ yarn start

Navigate to http://localhost:3000. The app will automatically reload if you change any of the source files.

Build

Run build to build the project. The build artifacts will be stored in the build/ directory.

# build for production with minification
$ npm run build

or

# build for production with minification
$ yarn build