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

https://github.com/codeace18/folio_v4


https://github.com/codeace18/folio_v4

boilerplate javascript react scss

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

### To kickstart the boilerplate, run the following commands:

```bash
yarn

yarn dev
```

### If you do not have yarn installed, delete the `yarn.lock` file and install via npm,

```bash
npm install

npm run dev
```

### Or install yarn:

```bash
npm install --global yarn
```