This project was bootstrapped with Create React App.
If you do not have installed Node.JS, NPM, Yarn and Create-react-app, to modify this application or build it production version, you need to prepare your computer. Follow the instructions below for this.
- Download the Windows installer from the Nodes.js web site .
- Run the installer (the .msi file you downloaded)
- Follow the prompts in the installer (Accept the license agreement, click the NEXT button a bunch of times and accept the default installation settings).
- Run
sudo apt-get install ubuntu-make
- Run
sudo umake nodejs
- Run
sudo apt-get install npm
Run npm install -g create-react-app yarn
in command prompt
Go to project folder and run yarn install
in command prompt.
Go to project folder and run npm run start
. 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.
Run npm run build
for creates a build
directory with a production build of your app.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
After completing npm run build
without errors, use the files in the build
folder for deployment.
Run npm run static
for start local static server with application. Wait message serving "./build" at http://127.0.0.1:8085
and after that open in your browser http://localhost:8085.
On first screen enter API URl (something like this: http://192.168.0.0:50000/api/v1) and Facebook App ID with authorisation for website http://localhost:8085/
(you may try use this id: 135649593654536
).
Wait when app prepared all data. When data is prepared - click on "Start import" button.