devcamp-js-builder
v1.6.3
Published
Generator for JavaScript and TypeScript projects
Readme
DevCamp JavaScript Project Builder
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
To create a new project
- Change into the directory that you want to build the project in
- Run the command
js-generateinto the terminal and follow the prompts
Deployment Options
The
react-bootstrapandreact-reduxtemplates have the full configuration options set for deploying to Heroku.
