- Install Node JS latest version
To run this application
- Install all NPM packages via 'npm i'
- This is custom React app, not CRA.
- 'npm run dev' will start the app on http://localhost:3000
It's super simple starte project based on React and Material-UI v.5.
For the purpose of local development typescript is installed as well. The rest of dev dependecies:
- Eslint (with plugins)
- Prettier
- Webpack (5)
- Jest
This development stack should be enough to start writing your code without any issues. There are also configuration files for eslint (.eslintrc), prettier (.prettierrc) and typescript (tsconfig.json).