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.1 to 1.0.2

2

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

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

# create-react-app-fullstack
<br/>
![Screenshot](./package_ref/homepage.png "Homepage")
## Installation
<br/>
```

@@ -11,2 +13,3 @@ npm i -g create-react-app

## Getting Started
<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):

@@ -26,3 +29,4 @@ ```

####remember to seed the database!####
####remember to seed the database!
<br/>
After the *fullstack* completes, run the command below to add dummy data to the database.

@@ -34,2 +38,3 @@ ```

##Commands
<br/>
###seed

@@ -42,3 +47,3 @@

###start
<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:

@@ -49,3 +54,3 @@ ```

###fullstart
<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.

@@ -56,3 +61,3 @@ ```

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

@@ -63,3 +68,3 @@ ```

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

@@ -71,2 +76,3 @@ ```

##References and Props
<br/>
Much of this work was built and taken from the resources below:

@@ -73,0 +79,0 @@ * [create-react-app](https://www.npmjs.com/package/create-react-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