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

https://github.com/icyjoseph/flashlight

Built for Gothenburg startup hack.
https://github.com/icyjoseph/flashlight

gothenburg-startup-hack hackathon react react-router reactjs start-up

Last synced: about 2 months ago
JSON representation

Built for Gothenburg startup hack.

Awesome Lists containing this project

README

          

# Flashlight

Project I contributed to during Gothenburg startup hack 2018.

## Installation

```sh
yarn install
cd client
yarn install
cd ..

# One liner
yarn install && cd client && yarn install && cd ..
```

## Running

From the root directory:

```sh
# Run both
yarn start

# Run client
yarn start:client

# Run server
yarn start:server
```