Skip to content

Basic implementation with React, Typescript, React Router, Material UI, Axios

Notifications You must be signed in to change notification settings

ShaneFindley/react-base

Repository files navigation

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

About

Basic implementation with React, Typescript, React Router, Material UI, Axios

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published