https://github.com/melihs/react-beginning
Fundementals to react js
https://github.com/melihs/react-beginning
example-project fontawesome5-icon react reactjs reactstrap
Last synced: 11 months ago
JSON representation
Fundementals to react js
- Host: GitHub
- URL: https://github.com/melihs/react-beginning
- Owner: melihs
- Created: 2019-07-10T17:58:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-11T21:55:32.000Z (over 6 years ago)
- Last Synced: 2025-02-01T22:29:53.550Z (about 1 year ago)
- Topics: example-project, fontawesome5-icon, react, reactjs, reactstrap
- Language: JavaScript
- Homepage:
- Size: 333 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Beginning React App Project
> fundementals with react js
## Libraries in the Project
- reactstrap https://github.com/reactstrap/reactstrap
- react-fontawesome https://github.com/FortAwesome/react-fontawesome
- react-pose https://popmotion.io/pose/
## Build Setup
``` bash
# clone project
$ git clone https://github.com/melihs/react-beginning.git
$ cd react-beginning
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm start
# build for production with minification
$ npm build
```