7cb5f283c6 | ||
---|---|---|
public | ||
src | ||
README.md | ||
package-lock.json | ||
package.json |
README.md
ej2-react-logic-circuit-designer
The logic circuit designer provides a variety of universal logic gates, flip-flops, input controls, output controls, and other components to design logic circuit diagrams.
Prerequisite
Install Node version - 14.15.1 from https://nodejs.org/en/download/
To Install all packages
Use the below command to install all dependent packages.
npm install
To Run the application
Run npm start
for a dev server. Navigate to http://localhost:3000/
. The application will automatically reload if you change any of the source files.