workshop-react-config

This is the React Workshop repository.

In the first session on Tuesday, January 26, we learned:

  • First steps to create our app with react
  • Import libraries to manipulate the DOMThe usefulness of babel in our
  • JavaScript projects
  • Configure Webpack
  • Questions about how to order our files and folders directory were resolved
  • Check that everything is done

Objective

Build a simple application throughout the sessions and to know the best practices to be able to use React in our projects. Coach mentor Oscar shared with us some hacks that can facilitate our work as developers. Recap concepts & solve doubts.

The vote to choose the project is on the #Frontend channel on Discord

Stack

JavaScript JavaScript React Webpack Babel

Installation

Install dependencies

npm install

Build project

npm run build

Run project

npm run start

Contributors

Contributions are welcome! Just send a pull request 😄

J. Carlos García