Getting Started

Starting a standalone project

  • Make sure that you have npm installed on your system

  • Install the react-dashboard-boilerplate project and its dependencies:

    git clone https://github.com/NuCivic/react-dashboard-boilerplate.git
    cd react-dashboard-boilerplate
    npm install
    npm run init
    npm run dev_standalone
    

The project structure is as follows:

Building a DKAN project