Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/progchris00/gad-solution


https://github.com/progchris00/gad-solution

Last synced: 8 days ago
JSON representation

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
```