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 :)
- Host: GitHub
- URL: https://github.com/petetnt/freactal-test
- Owner: petetnt
- Created: 2017-05-07T20:07:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-18T19:59:37.000Z (almost 7 years ago)
- Last Synced: 2025-02-05T01:32:44.127Z (4 months ago)
- Language: JavaScript
- Homepage: https://freacal-test-swvhmnauaw.now.sh/
- Size: 74.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```