Install dependencies from npm:
npm install
Run frontend development server
npm start
Build frontend
npm run build
Node.js 8.x.x
Create .env file in project folder
REACT_APP_API_URI
Example
REACT_APP_API_URI=https://api.redditvn.com
Search post in RedditVN facebook group build with React JS
Repository from Github https://github.comxrmr/redditvn-react
Install dependencies from npm:
npm install
Run frontend development server
npm start
Build frontend
npm run build
Node.js 8.x.x
Create .env file in project folder
REACT_APP_API_URI
Example
REACT_APP_API_URI=https://api.redditvn.com
Search post in RedditVN facebook group build with React JS