I have a task to create an app that looks like this. As a javascript developer I said it is a good opportunity to learn ReactJS
. I did some ReactJS
tutorials and also have some basic knowledge of npm
but the Getting started page isn't very talkative and I just didn't manage to make it work.
Can somebody please make a list of commands and instructions how to start from scratch without any serious knowledge of the framework, so after npm start
it looks like this?
For example
cd c:\
md reactgrid
cd reactgrid
npm install react-data-grid --save
...???...
...edit index.js and add some code from...
npm start
Thank you.