React JS / Bootstrap admin panel boilerplate
Create .env file in root folder like .env-template.
npm install
npm startnpm start uses concurrently to start react app and json-server in the same time. This will not be needed in production.
Simple as that.