https://github.com/oldprojectss/react-tutorial
https://github.com/oldprojectss/react-tutorial
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oldprojectss/react-tutorial
- Owner: oldProjectss
- Created: 2022-03-21T09:39:16.000Z (over 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-03-23T14:23:07.000Z (over 4 years ago)
- Last Synced: 2025-08-18T21:21:44.376Z (10 months ago)
- Language: HTML
- Size: 281 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-tutorial
## Build with
- React
## Getting Started
### Prerequisites
You need to have a browser and this tools installed:
- git
- Node
### Setup
To get a local copy up and running follow these simple example steps:
```
$ git clone git@github.com:Ismailco/React-tutorial.git
```
```
$ cd math-magicians
```
```
$ npm i
```
```
$ npm start
```
### Usage
To build the production version:
```
$ npm run build
```
### Run tests
To run tests in terminal use:
```
npm test
```
## Authors
👤 **Ismail Courr**
- GitHub: [@ismailco](https://github.com/ismailco)
- Twitter: [@ismailcourr](https://twitter.com/ismailcourr)
- LinkedIn: [Ismail Courr](https://linkedin.com/in/ismailcourr)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./LICENSE) licensed.