Socket
Socket
Sign inDemoInstall

create-react-app-fullstack

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-react-app-fullstack - npm Package Compare versions

Comparing version 1.0.15 to 1.0.16

2

package.json
{
"name": "create-react-app-fullstack",
"version": "1.0.15",
"version": "1.0.16",
"description": "Turn create-react-app into a fullstack app by adding Express and Sequelize",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -19,5 +19,11 @@ # create-react-app-fullstack

<br/>
This is designed for groud up full-stack development. Start by creating your database with PostgreSQL (you can do this after running 'fullstack' as well):`create db <my-app>`. After creating your database, initialize a create-react-app with the same name (the name match is default functionality, overriding this is straightforward):<br/>
This is designed for groud up full-stack development. Start by creating your database with PostgreSQL (you can do this after running 'fullstack' as well):
```
create db <my-app>
```
After creating your database, initialize a create-react-app with the same name (the name match is default functionality, overriding this is straightforward):<br/>
```
create-react-app <my-app>

@@ -24,0 +30,0 @@ cd <my-app>

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc