Skip to content

andrewlaw111/React-Examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

full-stack-example

Full Stack Development Environment

To start working on this repository.

In backend

    npm install
    nodemon app.js

In frontend

Replace the facebookAppId in .env and .env.prod if you want to use your own facebook app to login.

REACT_APP_API_SERVER=http://localhost:8080
REACT_APP_FACEBOOK_APP_ID=1234567890123456
    npm install
    npm start

Now you can start experimentating the full stack example !

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors