Socket
Socket
Sign inDemoInstall

create-react-app-fullstack

Package Overview
Dependencies
79
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.7 to 1.1.8

2

index.js

@@ -93,3 +93,3 @@ #!/usr/local/bin/node

console.log();
console.log(chalk.white("The first step is to seed the PostgreSQL database. Do this in the terminal with ") + chalk.cyan("createdb <myappname>") + chalk.white(". Next, seed the database with ") + chalk.cyan("npm run seed.") )
console.log(chalk.white("The first step is to seed the PostgreSQL database if you haven't done this already. Do this in the terminal with ") + chalk.cyan("createdb <myappname>") + chalk.white(". Next, seed the database with ") + chalk.cyan("npm run seed.") )
console.log();

@@ -96,0 +96,0 @@ console.log(chalk.white("At this point you're all setup. As you would in create-react-app, run ") + chalk.cyan("npm run start") + chalk.white(" to work with automatic front end development. This is connected to the server but does not update when back-end changes are made."))

{
"name": "create-react-app-fullstack",
"version": "1.1.7",
"version": "1.1.8",
"description": "Turn create-react-app into a fullstack app by adding Express and Sequelize",

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc