Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cvalencia1991/draganddrop
Implement drag and Drop projects using Typescript and any other features in it
https://github.com/cvalencia1991/draganddrop
typescript webpack
Last synced: about 5 hours ago
JSON representation
Implement drag and Drop projects using Typescript and any other features in it
- Host: GitHub
- URL: https://github.com/cvalencia1991/draganddrop
- Owner: cvalencia1991
- License: mit
- Created: 2023-09-05T00:10:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-12T14:51:04.000Z (about 1 year ago)
- Last Synced: 2023-09-12T23:43:00.437Z (about 1 year ago)
- Topics: typescript, webpack
- Language: TypeScript
- Homepage:
- Size: 195 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Drag and Drop
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)In this Project we implement diferents things to use Typescript using Decorators and another libraries like webpack and Decorators
- TypeScript
- WebpackClient
- **Implement Decorators with typescript**
- **implement Dom with generic types**
- **implement diferents configurations using Typescript**
- [Live Demo Link](https://draganddroptypescript.netlify.app/)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```sh
node 16.0
webbrowser
```
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/cvalencia1991/DragAndDrop.git
```
### Install
Install this project with:
```sh
cd my-project
npm install
```
### Usage
To run the project, execute the following command:
```sh
npm install
npm run dev
```
### Run tests
To run tests, run the following command:
```sh
bin/rails test test/models/article_test.rb
```
### Deployment
You can deploy this project using:
```sh
npm run build
```
👤 **Cesar Alberto Valencia Aguilar**
- GitHub: [@githubhandle](https://github.com/cvalencia1991)
- Twitter: [@twitterhandle](https://twitter.com/cvalenciaguilar)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/cvalenciaguilar/)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project please give a star ⭐️
I would like to thank...
> Add at least 2 questions new developers would ask when they decide to use your project.
- **could you use this project without using decorators**
- yes, you can use it but it could get more complicate using bind of the methods in the classes
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._