jessilyneh / handmadeCRA

A handmade "create-react-app" to study how CRA works

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A handmade "create-react-app" to study how CRA works


Languages

Language:JavaScript 99.9%Language:HTML 0.1%