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

https://github.com/champi-dev/vanillajs-scaffolding

This is a simple mini vanillajs project which serves as a scaffolding for projects of this kind.
https://github.com/champi-dev/vanillajs-scaffolding

Last synced: 9 months ago
JSON representation

This is a simple mini vanillajs project which serves as a scaffolding for projects of this kind.

Awesome Lists containing this project

README

          

# vanillajs scaffolding
## Run Back-end
`cd back`
```
npm run start
```

## Run Front-end
`cd front`
```
npm run dev
```