A sample application which has a login page and a table for inline editing/deleting data. It could also be used as a boilerplate for developement. The application is built using the following:
- React
- React-Redux
- React-Router-Redux
- Parcel (bundler)
- Yarn (package manager)
The application can be started by using
npm start
which internally calls the bundler's build command
parcel src/index.html
You can view the application at http://localhost:1234
For login, please use the same characters for username and password such as
Username:admin
Password:admin
MIT