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
- Host: GitHub
- URL: https://github.com/locol23/learn-react-function-as-child-components
- Owner: locol23
- Created: 2018-09-14T01:16:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-14T01:53:38.000Z (over 7 years ago)
- Last Synced: 2025-06-16T12:53:43.249Z (8 months ago)
- Topics: example, react, reactjs, sample
- Language: TypeScript
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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