To run the application, perform the following steps
- Install Node
- Install Yarn (https://yarnpkg.com/en/) ( Optional )
npm installoryarn install- Development
npm run startoryarn start- open url
localhost:8000
- Production
npm run prodoryarn prod- open url
localhost:8000