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

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

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
```