This project was bootstrapped with REACT-BOOTSTRAP-WOLOX.
This are the screens you can to choose for your app.
This are the components you can to choose for your app.
npm run deploy environment
Where environment must match with the current branch and environment must have a .env file and a property in the aws.js configuration.
Valid environments are development, stage and master
If you are in development
branch:
.env.development
existsaws.js
must have adevelopment
property with the keys for the corresponding bucket
Then, run npm run deploy development
To only build the application in a specific env, run:
npm run build environment
To start the server by default (development) run:
npm run start
To start a specific environment, run:
npm run start-env environment
If you chose to add Google Analytics script to your project, then you need to configure the tracking ID. Set it adding REACT_APP_GA_TRACK_ID
environment variable and the corresponding ID as value.
// .env.development
REACT_APP_GA_TRACK_ID=AU-9999999-1