This is a full-stack JavaScript demo app that shows how you can build a rich data-driven web application with very minimal code, using RevJS.
There is a client-side only demo hosted here.
To install and run the project, run the following:
git clone https://github.com/RevJS/demo_app.git revjs_demo
cd revjs_demo
npm i
npm run build
npm start
After installing it as above, run the following commands in two seperate consoles:
npm run watch-server
npm run watch-client
- Enter to search!
- Tasks List on Projects
- Delete projects / tasks
- Searching Tasks based on User / Project name instead of ID
- Reduce bundle size (material-ui is big!)