This node module allows you to build skeleton JavaScript projects, to get started, follow these instructions:
- Run
npm install devcamp-js-builder -gto install the library globally on your system, if that runs into an issue, you can runsudo npm install devcamp-js-builder -g -f
- Change into the directory that you want to build the project in
- Run the command
js-generateinto the terminal and follow the prompts
The
react-bootstrapandreact-reduxtemplates have the full configuration options set for deploying to Heroku.