- Make sure your node.js version >= LTS
yarn install
would install all the dependencies
- Setup APP ID, Channel and token in your account
- You can use them in
.env
/.env.development
files. Or input them while running the development server.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.