Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fsmaiorano/react-simple-app
:computer: A simple project for demonstrate how to build ReactJS applications.
https://github.com/fsmaiorano/react-simple-app
babel babel-plugin eslint eslint-airbnb react react-dom webpack
Last synced: 25 days ago
JSON representation
:computer: A simple project for demonstrate how to build ReactJS applications.
- Host: GitHub
- URL: https://github.com/fsmaiorano/react-simple-app
- Owner: fsmaiorano
- License: gpl-3.0
- Created: 2018-05-22T23:25:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-23T10:40:22.000Z (over 6 years ago)
- Last Synced: 2024-11-05T13:16:05.300Z (2 months ago)
- Topics: babel, babel-plugin, eslint, eslint-airbnb, react, react-dom, webpack
- Language: JavaScript
- Homepage:
- Size: 161 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## React-Simple-App
:computer: A simple project for demonstrate how to build ReactJS applications.
# dependencies:
- Yarn
## run:
```js
npm install || yarn
npm run dev || yarn dev
```