Skip to content

Latest commit

 

History

History
executable file
·
23 lines (15 loc) · 490 Bytes

README.md

File metadata and controls

executable file
·
23 lines (15 loc) · 490 Bytes

DEMO

Demonstration application

Prerequisites

  • Install NodeJs

  • Install these NPM packages globally

    npm install -g create-react-app

Installing Packages

  • npm install

Running in dev mode

  • Run the project with npm start

Building the project

  • Build the optimized project using npm run build
  • This create the optimized code for the project and puts it in the build folder which you can use for deploy on jboss