Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucasgabrieldeaa/solid-typescript
https://github.com/lucasgabrieldeaa/solid-typescript
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lucasgabrieldeaa/solid-typescript
- Owner: lucasGabrielDeAA
- Created: 2020-04-15T14:53:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T17:06:57.000Z (almost 2 years ago)
- Last Synced: 2023-08-05T02:41:19.912Z (over 1 year ago)
- Language: TypeScript
- Size: 483 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# solid-typescript
SOLID principles implementation, based on social share's behavior. Using **typescript** and **webpack**.
## Application installation & running
```
git clone https://github.com/lucasGabrielDeAA/solid-typescript.git && cd solid-typescript
yarn install
yarn build
open index.html
```