Skip to content

Latest commit

 

History

History
71 lines (61 loc) · 2.29 KB

README.md

File metadata and controls

71 lines (61 loc) · 2.29 KB

React App Basic

Quality Gate Status Bugs Duplicated Lines (%) Reliability Rating

Installation

npm i --save-dev webpack
                 webpack-cli
                 webpack-dev-server
npm i --save-dev typescript
                 tslint
                 ts-loader
npm i --save-dev babel-loader
                 @babel/preset-env
                 @babel/core
                 @babel/plugin-transform-runtime
                 @babel/preset-react
                 @babel/preset-typescript
                 @babel/runtime
                 @babel/cli

npm i react react-dom
npm i --save-dev @types/react @types/react-dom

Process:

To be added:

  • Setup service mocking
  • Setup test mocking
  • Setup forms
  • Setup styling or material ui
  • Setup redux
  • Setup context

Additional packages

Click on the links below to view additional information about these packages

To be added:

  • moment
  • date-fns
  • firebase
  • graphql
  • lodash
  • pusher-js
  • notistack
  • recharts
  • keycloak
  • ck-editor