An open API service indexing awesome lists of open source software.

https://github.com/locol23/learn-react-function-as-child-components


https://github.com/locol23/learn-react-function-as-child-components

example react reactjs sample

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# learn-react-function-as-child-components

function as child components sample

## Tech Stack

- [React](https://reactjs.org/)
- [Parcel](https://parceljs.org/)
- [Prittier](https://prettier.io/)
- [TypeScript](https://www.typescriptlang.org/)
- [TSLint](https://palantir.github.io/tslint/)

## Prerequisites

- [Node.js](https://nodejs.org/en/)
- [Yarn](https://yarnpkg.com/en)

## Getting Started

### Clone the repository

```bash
git clone https://github.com/locol23/learn-react-function-as-child-components.git
```

### Install dependencies

```bash
cd learn-react-function-as-child-components
yarn

# if you use npm
rm yarn.lock
npm i
```

### Develop

```bash
yarn build

#if you use npm
npm run build
```

Go to [http://localhost:1234](http://localhost:1234)

## LICENSE

MIT