Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 516 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 516 Bytes

Environment Setup

Create or open .env:

REACT_APP_GOOGLE_MAPS_API_KEY='put your real google maps api key in .env.local'
REACT_APP_GOOGLE_ANALYTICS_ID='put your real google analytics api key in .env.local'
PORT=1234

Roundware Configuration

Open src/config.json

Development

npm start

Developing with Framework

cd roundware-web-framework
npm run watch

cd roundware-web-template
sudo npm link ../roundware-web-frameowrk
npm start

Build

npm run build