Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 657 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 657 Bytes

🔧 React from Scratch

Summary

This is the result of our react project created without an existing toolchain. In step by step (pt-br), you can see the steps to achieve this result, which will be followed during the presentation.

Disclaimer

Note that this is just a beginners example, shouldn't be used as reference for real life projects and should be consideres as possibly unstable. 🚧

See Next.js as a great alternative for creating your react applications.

Running

  • Getting dependencies: yarn
  • Starting locally: yarn start
  • Running tests: yarn test
  • Building: yarn build