Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lehcode/table-drag-n-drop
https://github.com/lehcode/table-drag-n-drop
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lehcode/table-drag-n-drop
- Owner: lehcode
- Created: 2024-07-31T11:45:40.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-08-04T01:39:09.000Z (3 months ago)
- Last Synced: 2024-08-04T22:42:08.295Z (3 months ago)
- Language: TypeScript
- Size: 2.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Table Drag'n'Drop
![alt text](preview.png)
## Project Requirements
1. Node v18+
## Project Setup
1. `git clone https://github.com/lehcode/table-drag-n-drop.git`
2. `cd table-drag-n-drop`
3. Install yarn for best NX support `npm install --global yarn@latest`
4. Run `yarn install` to install dependencies.
5. Run `yarn start-all` to run both projects in parallel.### Once completed
Frontend is available at `http://localhost:4200`
Backend is available at `http://localhost:3000`- Use DevTools to reset `localStorage`; this will reset tables.
- Although POST to backend exists and succeeds upon save, it is processed by the simplest controller & service using service class variable to store data.
- Saved changes cannot be undone.