create-react-app-fullstack icon indicating copy to clipboard operation
create-react-app-fullstack copied to clipboard

Use create-react-app as a full-stack tool, with Express and Sequelize (PostgreSQL)

Results 6 create-react-app-fullstack issues
Sort by recently updated
recently updated
newest added

Im getting this: after I try the global installation of of create-react-app-fullstack and cd into my react app and try to run fullstack `-bash: /Users/Lilli/.nvm/versions/node/v8.11.4/bin/fullstack: /usr/local/bin/node: bad interpreter: No such...

I cannot find a location where database credentials can be specified. Please help with this.

Issues is on Windows 10. I follow the below instructions: First off, I did make sure I had the correct packages installed. create-react-app (works fine) cd (works fine) fullstack (command...

First I would say, nice repository. However, I noticed that there is only 1 contributor/maintainer. I just wanna ask if this is production ready? Other recommendations for a fullstack react...

Syntax error when attempting to run `fullstack` command on node v8.4.0 ``` .nvm/versions/node/v8.4.0/lib/node_modules/create-react-app-fullstack/index.js:89 let pkgJson = JSON.parse(packageString) ^^^ Block-scoped declarations (let, const, function, class) not yet supported outside strict mode...

I get this error when I try to run the initial setup. I suspect it's because of the [shebang at the top of index.js](https://github.com/ekatzenstein/create-react-app-fullstack/blob/master/index.js#L1). My node skills are a little...