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

https://github.com/tiaansu/first-react-solo-project


https://github.com/tiaansu/first-react-solo-project

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

Quick start:

```
$ yarn # npm install
$ yarn build # npm run build
````

## Development

Run Webpack in watch-mode to continually compile the JavaScript as you work:

```
$ yarn watch # npm run watch
```