https://github.com/talhasch/boilerstack
Boilerplate for blockstack apps
https://github.com/talhasch/boilerstack
blockstack boilerplate immutablejs radiks react redux
Last synced: 11 months ago
JSON representation
Boilerplate for blockstack apps
- Host: GitHub
- URL: https://github.com/talhasch/boilerstack
- Owner: talhasch
- License: mit
- Created: 2019-04-02T12:31:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-03T07:37:59.000Z (almost 7 years ago)
- Last Synced: 2025-04-09T19:57:58.041Z (11 months ago)
- Topics: blockstack, boilerplate, immutablejs, radiks, react, redux
- Language: JavaScript
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BoilerStack
Boilerplate for blockstack apps
BoilerStack is modified version of a rejected create-react-app. Includes blockstack auth and a radiks based crud todo application.
## Installation
#### 1- Clone this repo:
```
git clone --depth 1 https://github.com/talhasch/boilerstack my-app
cd my-app
```
#### 2- Make it your own:
```
rm -rf .git && git init && npm init
```
#### 3- Install the dependencies:
```
npm install
```
#### 4- Create config.js
Make a copy of config.example.js and edit RADIKS_ADDRESS inside it
```
cp src/config.example.js src/config.js
```
#### 5- Run
```
npm start
```