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.
- Host: GitHub
- URL: https://github.com/icyjoseph/flashlight
- Owner: icyJoseph
- Created: 2018-10-17T16:20:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-18T15:42:53.000Z (almost 6 years ago)
- Last Synced: 2025-06-20T12:14:42.914Z (about 1 year ago)
- Topics: gothenburg-startup-hack, hackathon, react, react-router, reactjs, start-up
- Language: JavaScript
- Homepage:
- Size: 1.12 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```