Skip to content

jessilyneh/handmadeCRA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

9 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors