create-react-savij-base-app
v1.0.1
Published
create-react-app with TypeScript, React-Router, Mobx, Material Design and a few other things I like
Downloads
1
Readme
CREATE-REACT-SAVIJ-BASE-APP
A wrapper around create-react-app to add the common things I use to create a new project
Items added include
- React Router - An AppHost page that serves as a template page for the app
- Material Design - Using Material-Ui
- MobX - Injected stores class
- Service Layer - MobX stores call out to service classes to call API's
- Axios - Included Api class to wrap Axios to make async api calls easier
- WebFontJS - Loads google web fonts
- FontAwesome & Material Fonts Support - Add new icons to App.tsx
- Bearer Token - Added class to hold the current token when calling endpoints.
ToDo
Add Unit Tests to templated files.