Skip to content

Commit 2b2ed73

Browse files
committed
update readme
1 parent 7fdfcdf commit 2b2ed73

File tree

2 files changed

+4
-26
lines changed

2 files changed

+4
-26
lines changed

README.md

Lines changed: 3 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,5 @@
1-
# TSDX Bootstrap
1+
# React Abode
22

3-
This project was bootstrapped with [TSDX](https://github.com/jaredpalmer/tsdx).
3+
Replacement for react habitat
44

5-
## Local Development
6-
7-
Below is a list of commands you will probably find useful.
8-
9-
### `npm start` or `yarn start`
10-
11-
Runs the project in development/watch mode. Your project will be rebuilt upon changes. TSDX has a special logger for you convenience. Error messages are pretty printed and formatted for compatibility VS Code's Problems tab.
12-
13-
<img src="https://user-images.githubusercontent.com/4060187/52168303-574d3a00-26f6-11e9-9f3b-71dbec9ebfcb.gif" width="600" />
14-
15-
Your library will be rebuilt if you make edits.
16-
17-
### `npm run build` or `yarn build`
18-
19-
Bundles the package to the `dist` folder.
20-
The package is optimized and bundled with Rollup into multiple formats (CommonJS, UMD, and ES Module).
21-
22-
<img src="https://user-images.githubusercontent.com/4060187/52168322-a98e5b00-26f6-11e9-8cf6-222d716b75ef.gif" width="600" />
23-
24-
### `npm test` or `yarn test`
25-
26-
Runs the test watcher (Jest) in an interactive mode.
27-
By default, runs tests related to files changed since the last commit.
5+
exposes `populate`, `register`, `getScriptProps` and `setComponentSelector`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1.0",
2+
"version": "0.1.1",
33
"license": "MIT",
44
"main": "dist/index.js",
55
"typings": "dist/index.d.ts",

0 commit comments

Comments
 (0)