Starting React Framework
Thursday, 12 April 2018، 06:36 AM
the goal for this work is getting started with react framework.
implemention of the previous work (fake Firebase) in react framework.
the code is here:
https://github.com/navidpadid/web96RMN/tree/master/hw2
for running the project :
If you want to run it locally, here are the steps to follow:
- make sure you have latest version of node.js installed
- type these commands in the project directory on your computer:
npm install
npm start
18/04/12