This project is the basic example of React application consists of three components and loaded into the webpage with routing.
Demo.
| Package | Version |
|---|---|
| NPM | >= 6.4.1 |
| Node | >= 10.14.1 |
| React | >= 16.9.0 |
| React-dom | >= 16.9.0 |
| Styled Components | >= 4.4.1 |
| bpmn-js | >= 5.0.4 |
- Install the dependencies by running this command
npm iin root directory of the project. - To run the project run
npm startin the root folder of the application and the server will run on th port of3000on the host oflocalhost. Openhttp://localhost:3000in browser. - To build for production run
npm run buildin root folder.
https://reactjs.org
https://www.styled-components.com
https://github.com/bpmn-io/bpmn-js