The purpose of this project is for demonstrating ability of organizing project structure, reusable components and how to use modern languages such as react, typescript and html5 also tailwind css, scss and other relevant technologies.
node.js
andnpm or yarn
is primarily required to run this project on your local.- There's no need to have React environment but maybe helpful.
- Clone the repository or just download the
.zip
or.tar.gz
file and extract it.
3. Create the .env
File: In the project directory, create a file named .env. This file will contain environment variables required for the project. Based on the provided example, you need to set the following variables.
REACT_APP_API_URL=<API_URL>
REACT_APP_WWS_URL=<WWS_URL>
REACT_APP_APP_TOKEN_KEY=<APP_TOKEN_KEY>
Open http://localhost:3000 to view it in the browser.