Installation

RapidAdminReact® is build on create-react-app and hence simple to get started with.

A quick look at the directory structure

When you unzip the downloaded file these would be the contents of your unzipped directory.

├── demo  // Contains the demo site
├── documentation // Container documentation 
└── rapidAdmin // main directory that contains developer boilerplate 

Step One: Ensure node and npm are installed on your machine

You need to have nodeJs as well as npm installed on your machine. You can follow the instructions give on the nodeJs Website to install.

Step Two: Install dependencies

If you need the boiler plate to start developing on RapiAdminReact then navigate to rapidAdmin directory using terminal.

cd rapidAdmin

Once you have navigated into the rapidAdmin directory you need to run all dependencies using npm. Use the following command to install all dependencies.

npm install

Step Three: Run the development server

Once all the dependencies are installed, you can run the development server to start development

npm start

Repeat the same steps if you want to install the demo using the demo directory.


Configuration

Related Docs