https://github.com/nickredmark/streems
https://github.com/nickredmark/streems
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nickredmark/streems
- Owner: nickredmark
- Created: 2020-02-22T00:32:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T04:06:19.000Z (about 5 years ago)
- Last Synced: 2025-07-13T14:46:43.858Z (11 months ago)
- Language: JavaScript
- Homepage: https://streems.now.sh
- Size: 1.23 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Streem
## Building and running on localhost
First install dependencies:
```sh
npm install
```
To run in hot module reloading mode:
```sh
npm start
```
To create a production build:
```sh
npm run build
```
To create a development build:
```sh
npm run build-dev
```
To run the build open the file `public/index.html` in your browser
## Deploy on now
```
now
```
## Credits
Generated with [createapp.dev](https://createapp.dev/)