Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/progchris00/gad-solution
https://github.com/progchris00/gad-solution
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/progchris00/gad-solution
- Owner: progchris00
- Created: 2025-01-20T00:05:57.000Z (18 days ago)
- Default Branch: main
- Last Pushed: 2025-01-27T13:57:51.000Z (10 days ago)
- Last Synced: 2025-01-27T14:46:15.709Z (10 days ago)
- Language: HTML
- Size: 491 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting started
1. git clone https://github.com/progchris00/GAD-Solution.git
2. cd GAD-Solution
3. Install dependencies:
```bash
npm install
```
4. Build project:
```bash
npx webpack
```
5. Start webpack dev server:
```bash
npx webpack serve
```