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

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

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

  • Clonare il progetto: git clone https://github.com/aparzi/esreact.git

  • Eseguire il comando: npm install

  • Avviare il progetto: npm start
  • #### ENJOY