Skip to content

Commit

Permalink
Add config file env arg to server start command
Browse files Browse the repository at this point in the history
  • Loading branch information
atc3 committed Jan 5, 2021
1 parent 2b97691 commit 36ed383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ This app was built from the [react-slingshot](https://github.com/coryhouse/react

6. **Run the example app**

`npm start -s`
`CONFIGFILE=config/config_[workflow].yaml npm start -s`

This will run the automated build process, start up a webserver, and open the application in your default browser. When doing development with this kit, this command will continue watching all your files. Every time you hit save the code is rebuilt, linting runs, and tests run automatically. Note: The -s flag is optional. It enables silent mode which suppresses unnecessary messages during the build.

Expand Down

0 comments on commit 36ed383

Please sign in to comment.