Installation
How to setup Yoda?
Getting Started
Node JS
Let's Install
# For Yarn
yarn install
# For npm
npm install# For Yarn
yarn start
# For Npm
npm run startLast updated
How to setup Yoda?
# For Yarn
yarn install
# For npm
npm install# For Yarn
yarn start
# For Npm
npm run startLast updated
Compiled successfully
App running at:
Local: http://localhost:8080
Network: http://192.168.1.45:8080
Note that the development build is not optimized.
To create a production build, run yarn build.# For Yarn
yarn build
# For Npm
npm run build