Inspired by @coryhouse react-slingshot & create-react-app
Get a jet start for your apps 🚀
A framework to quickly develop react apps using existing libraries, all the components can be changed from one point. Below components are used in this framework.
- axios - API Helper
- react-block-ui - Showing Spinner for UI
- react-bootstrap-table2 - Grid
- reactstrap - Styling
- redux - State Store
- react-widgets - DropDownList, DatePicker, NumericTextBox
- react-switch - Toggle button
- toastr - Notification to show any type of messages
- validator - Validate user input
Clone this repository, cd foldername, npm install, npm start.
This app requires to connect with REST API, you can use this or create your own, that api uses mangodb atlas, the models and seeder are there so you just need to provide credentials for mangodb atlas account.