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 i
in root directory of the project. - To run the project run
npm start
in the root folder of the application and the server will run on th port of3000
on the host oflocalhost
. Openhttp://localhost:3000
in browser. - To build for production run
npm run build
in root folder.
https://reactjs.org
https://www.styled-components.com
https://github.com/bpmn-io/bpmn-js