Skip to content

anthonydelgado/Introduction-to-ReactJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Introduction-to-ReactJS

A Practical Introduction to ReactJS

A React App written from scratch! Watch the video below and follow along!

A Practical Introduction to ReactJS

Interactively create a package.json file

npm init

dependencies

npm install --save express react react-dom mongoose

  • express
  • mongoose
  • react
  • react-dom

devDependencies

npm install webpack babel-core babel-loader babel-preset-react babel-preset-es2015 concurrently --save-dev

  • webpack
  • babel-core
  • babel-loader
  • babel-preset-react
  • babel-preset-es2015
  • concurrently

File/Folder Structure

  • app/app.js
  • public/index.html
  • public/bundle.js
  • package.json
  • webpack.config.js

About

πŸŽ“ πŸš€ A Practical Introduction to ReactJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published