/React-introduction

Introduction to ReactJS. Bootcamp of Rocketseat.

Primary LanguageJavaScript

Rocketseat
React introduction

Start a project with:

# Clone this repository:
$ git clone https://github.com/lhlleonardo/React-introduction.git

# Go into the repository:
$ cd React-introduction

# Install dependencies:
$ yarn

# Run the app:
$ yarn dev

All Development dependencies imports:

yarn add @babel/core @babel/preset-env @babel/preset-react @babel/plugin-proposal-class-properties babel-loader webpack webpack-cli webpack-dev-server style-loader css-loader yarn add file-loader -D

All Project dependencies:

yarn add react react-dom prop-types

Project Configuration

Create the files "babel.config.js" and "webpack.config.js"