Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 796 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 796 Bytes

a handmade create-react-app

This project was to learn how create-react-app (CRA) works under the hood, creating a very simple build project, using only the absolutely necessary.

buid

npx webpack

run project locally - port 8080

npm start

Project create follow this tutorial:
How to Create a React Development Build From Scratch

some notes:

  • I suggest skipping the eslint part because it ended up generating a lot of errors in the project - or taking the time to fix it.
  • To reproduce this tutorial, it is very important to use the same versions of packages that are in package.json because with the most updated packages it didn't work.