This repository contains implementation of React master-detail app using of Ignite UI for React components.
This project was bootstrapped with Create React App.
Below you will find some information on how to perform common tasks.
You can find the most recent version of this guide here.
To setup this project:
- open VS Code as Administrator
- open the folder that contains this repository, e.g.
C:\react-samples\
- select View - Terminal menu item
- run this command:
npm install
This will install required packages and Ignite UI for React packages from npm website:
To build the project run:
npm build
To start the dev server run:
npm start
This project has the following structure:
my-app/
README.md
package.json
public/
index.html
favicon.ico
src/
index.css
index.js
assets/
data/
views/
By default, the generated project uses the latest version of React.
You can refer to the React documentation for more information about supported browsers.