https://github.com/rbren/thisiscrap
https://github.com/rbren/thisiscrap
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/rbren/thisiscrap
- Owner: rbren
- Created: 2015-10-17T15:10:48.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-18T23:56:27.000Z (almost 11 years ago)
- Last Synced: 2025-04-04T22:29:03.269Z (over 1 year ago)
- Language: JavaScript
- Size: 590 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# thisiscrap
## Starting the server
```bash
git clone https://github.com/bobby-brennan/thisiscrap.git && cd thisiscrap
npm install
bower install
cd node_modules/strapping && bower install && cd ../..
export DEVELOPMENT=true
node server.js
```
## React
React JSX templates are stored in `static/js/react`. You can compile them into `static/js/react_build` by running
```bash
node scripts/browserify.js
```
## PhoneGap
The PhoneGap app is stored at:
https://github.com/bobby-brennan/thisiscrap-app.git
You can build the PhoneGap in the directory `../thisiscrap-app` by running
```
node scripts/build-phonegap.js
```
## Strapping!
You can edit the Bootstrap configuration for ThisIsCrap by visiting localhost:3000/strapping/editor
See [documentation](https://github.com/bobby-brennan/thisiscrap)