Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 953 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 953 Bytes

Allen Cell react-redux app setup

Install:

$ git clone [email protected]:allen-cell-animated/base-react-redux-app.git

$ ./gradlew npmInstall

Configuration:

Env var Default Options
PORT 9002
DEPLOYMENT_ENV dev "dev", "staging", "production"

Differences in builds by environment:

Target Sources Maps NODE_ENV === 'production'
dev true false
staging true true
production false true

Developing:

To run this application in development, run $ ./gradlew start. This will start webpack-dev-server, running by default on port 9002. To view, visit http://localhost:9002. Webpack-dev-server will watch all relevant files, and reload the browser automatically.