Thanks to Rocketseat 🚀 for the image above!
Web project using ReactJS ⚛
This is the first project of Ignite bootcamp 2021 course.
The proposal of the project is to learn the basic concepts of React for web, building a webapp from zero.
# After clone the repository, install the dependencies
yarn init
# Running the project in dev mode
yarn weback serve
General
- react - ^17.0.2
- react-dom - ^17.0.2
Development
- @babel/cli - ^7.13.16
- @babel/core - ^7.14.0
- @babel/preset-env - ^7.14.1
- @babel/preset-react - ^7.13.13
- babel-loader - ^8.2.2
- html-webpack-plugin - ^5.3.1
- webpack - ^5.37.0
- webpack-cli - ^4.7.0
- webpack-dev-server - ^3.11.2
- cross-env - ^7.0.3