weikee94 / devconnectorwkv2

MERN Stack Front To Back: Full Stack React, Redux & Node.js

Home Page:https://www.udemy.com/course/mern-stack-front-to-back/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install Dependencies

  • npm i express express-validator bcryptjs config gravatar jsonwebtoken mongoose request
  • npm i -D nodemon concurrently

Init client folder

  • npx create-react-app client
  • npm i axios react-router-dom redux react-redux redux-thunk redux-devtools-extension moment react-moment

Install heroku cli

  • heroku login
  • use postscript to build on the heroku (in server package.json)
  • heroku create (create heroku app)
  • heroku git:remote -a dry-bayou-76370 (add remote repo)
  • git push heroku master
  • on production use config/default.json on .ignore

Create production build to heroku

  • cd client && npm run build

Live

About

MERN Stack Front To Back: Full Stack React, Redux & Node.js

https://www.udemy.com/course/mern-stack-front-to-back/


Languages

Language:JavaScript 91.7%Language:CSS 6.7%Language:HTML 1.6%