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

https://github.com/petetnt/freactal-test

Just testing out freactal :)
https://github.com/petetnt/freactal-test

Last synced: about 2 months ago
JSON representation

Just testing out freactal :)

Awesome Lists containing this project

README

        

# Freactal-test

Just testing [freactal](https://github.com/formidablelabs/freactal);

## How to:

Install deps

``` bash
npm install

# or

yarn
```

Start the app

``` bash
npm start

# or

yarn start
```

## Deploy

Deploy with

``` bash
npm run deploy

# or

yarn deploy
```