Skip to content
This repository was archived by the owner on Feb 12, 2026. It is now read-only.

Commit 2a034e3

Browse files
committed
Release v1
Update readme
1 parent 14915f6 commit 2a034e3

8 files changed

Lines changed: 1411 additions & 1222 deletions

File tree

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ react-kit/
4848
# Getting Started
4949
At the time of creating this writing the following versions were used
5050
```
51-
node -v 7.10.1
52-
npm -v 5.7.1
51+
node -v 8.11.1
52+
npm -v 5.8.0
5353
```
5454
1. Clone the repository
5555
```
@@ -65,6 +65,15 @@ npm run install
6565
```
6666

6767
# Development
68+
To start development server and access the site at [localhost:3000/](localhost:3000/)
69+
```
70+
npm run start
71+
```
72+
73+
And if you only want to build the files
74+
```
75+
npm run build-only
76+
```
6877

6978
# Deployment
7079
The deployment process in this app only supports github pages using the `gh-pages` branch. To set it up:
@@ -97,6 +106,7 @@ This will build the files and deploy them to the `gh-pages` branch
97106
- [ ] Integrate selector library using [Reselect](https://github.com/reactjs/reselect)
98107
- [ ] Integrate testing like [jest](https://codesandcoffees.github.io/react-kit/#/), [enzyme](https://github.com/airbnb/enzyme)
99108
- [ ] Implement proper linting
109+
- [ ] Create a full pledge app using this kit
100110

101111
---
102112

0 commit comments

Comments
 (0)