https://github.com/aparzi/esreact
A simple exercise for learn reactjs
https://github.com/aparzi/esreact
framework html-css javascript learning react reactjs
Last synced: about 1 year ago
JSON representation
A simple exercise for learn reactjs
- Host: GitHub
- URL: https://github.com/aparzi/esreact
- Owner: aparzi
- Created: 2017-12-09T10:01:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-21T10:20:32.000Z (about 8 years ago)
- Last Synced: 2025-01-14T22:52:42.283Z (about 1 year ago)
- Topics: framework, html-css, javascript, learning, react, reactjs
- Language: JavaScript
- Size: 527 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Questa repository è solo un semplice esempio di progetto Reactjs. Lo scopo è quello di imparare il funzionamento di Reactjs e quali sono le "best practices" di questo framework.
####################### SETUP #######################
git clone https://github.com/aparzi/esreact.git
npm install
npm start
#### ENJOY