Skip to content

Commit

Permalink
Merge pull request #360 from goznauk/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
swyxio authored Dec 4, 2019
2 parents 55c0d47 + dfdd364 commit 5aa5eda
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ TSDX comes with the "battery-pack included" and is part of a complete TypeScript

## Quick Start

```
```bash
npx tsdx create mylib
cd mylib
yarn start
Expand Down
10 changes: 5 additions & 5 deletions templates/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ TSDX scaffolds your new library inside `/src`, and also sets up a [Parcel-based]

The recommended workflow is to run TSDX in one terminal:

```
```bash
npm start # or yarn start
```

This builds to `/dist` and runs the project in watch mode so any edits you save inside `src` causes a rebuild to `/dist`.

Then run the example inside another:

```
```bash
cd example
npm i # or yarn to install dependencies
npm start # or yarn start
Expand All @@ -44,7 +44,7 @@ Jest tests are set up to run with `npm test` or `yarn test`. This runs the test

This is the folder structure we set up for you:

```
```shell
/example
index.html
index.tsx # test your component here in a demo app
Expand Down Expand Up @@ -106,7 +106,7 @@ The appropriate paths are configured in `package.json` and `dist/index.js` accor

## Using the Playground

```
```bash
cd example
npm i # or yarn to install dependencies
npm start # or yarn start
Expand Down Expand Up @@ -145,7 +145,7 @@ For vanilla CSS, you can include it at the root directory and add it to the `fil

## Publishing to NPM

We recommend using https://github.com/sindresorhus/np.
We recommend using [np](https://github.com/sindresorhus/np).

## Usage with Lerna

Expand Down

0 comments on commit 5aa5eda

Please sign in to comment.