Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.1 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.1 KB

ticclat_frontend

This project is created with React and Typescript.

There are good resources out there if you want to use create-react-app cli or any other react starter kit. Typescript support is now default feature of create-react-app. How to add Typescript to React?.

The downside of using a cli like create-react-app are that you have to rely on the tools that create-react-app uses. It provides a way of ejecting the tooling where you can let go of create-react-app if you want to extend the configuration further. But,once you eject, there is going to be an increase in the dependencies of your project, half of which you might not even need.

To avoid all this we have created project without any starter kit or create-react-app cli.

Includes

  • React v.16.8
  • Material UI v4
  • Webpack v4
  • Babel v7

Run on your machine