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.6 to 1.0.7

2

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

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

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

@@ -15,7 +14,3 @@ ## Installation

<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):
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):

@@ -30,3 +25,3 @@ ```

####remember to seed the database!
#### remember to seed the database!
<br/>

@@ -38,5 +33,5 @@ After the *fullstack* completes, run the command below to add dummy data to the database.

<br/><br/>
##Commands
## Commands
<br/>
###seed
### seed

@@ -47,3 +42,3 @@ Before getting started, seed the database with dummy data by running:

```
###start
### start
<br/>

@@ -54,3 +49,3 @@ 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:

```
###fullstart
### fullstart
<br/>

@@ -61,3 +56,3 @@ 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.

```
###build
### build
<br/>

@@ -68,3 +63,3 @@ To build deployment-ready, we use the same script as create-react-app:

```
###nodemon
### nodemon
<br/>

@@ -76,3 +71,3 @@ After this, you can test your back-end code on the built static files:

<br/><br/>
##References and Props
## References and Props
<br/>

@@ -79,0 +74,0 @@ Much of this work was built and taken from the resources below:

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