Skip to content

CalvinChanCan/mern-essential-training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

1. Setting Up

1.4 Install Node and React

  1. Create soccer directory
  2. Create another directory backend inside of the soccer directory.
  3. Inside the soccer directory, run:
npx create-react-app frontend

2. MERN: Node and Express

2.1 Babel setup in the server

  1. In the linux shell:
npm i --save-dev babel-cli babel-preset-env babel-preset-stage-0 && npm i body-parser express mongoose nodemon 
  1. Create .babelrc file for configs for babel.
npm i cors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors