- Node JS >= 8.11.3
- NPM >= 5.6.0
- React >= 16.4.2
You need to install API first. Install it by follow here: https://github.com/ahmedsubkhi/express-api
git clone https://github.com/ahmedsubkhi/blog-reactjs.git
cd blog-reactjs/
cp .env.example .env
Edit .env
file and change REACT_APP_API_URL
config with your API url you get from installed API before.
npm install
npm start