Skip to content

Deploying RDFShape Client (React)

Eduardo Ulibarri Toledo edited this page Jun 21, 2021 · 2 revisions

Deploy locally with React

Steps

  1. Clone this repository
  2. Go to directory where RDFShape Client source code is located
  3. Install dependencies via npm install
  4. Start a development server via npm start
  5. When ready, build the app for production with npm run build. The ouput will be located in the build folder

This app was bootstrapped via Create React App, refer to their website to learn more.