Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
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.10 to 1.0.11

2

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

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

@@ -26,2 +26,3 @@ # create-react-app-fullstack

<br/>
After the *fullstack* completes, run the command below to add dummy data to the database: `npm run seed`

@@ -40,2 +41,3 @@ <br/>

<br/>
After the database is seeded, you should be all set. To enable front-end development with hot-reloading, use the same script as create-react-app: `npm run start`

@@ -46,2 +48,3 @@ <br/>

<br/>
To automate updates from back-end development, you can run the script below. The difference between this script and the one above: hot-reloading is disabled. Requires navigating to the localhost and refreshing the page: `npm run fullstart`

@@ -52,2 +55,3 @@ <br/>

<br/>
To build deployment-ready, we use the same script as create-react-app: `npm run build`

@@ -58,2 +62,3 @@ <br/>

<br/>
After this, you can test your back-end code on the built static files: `nodemon server`

@@ -60,0 +65,0 @@ <br/>

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