Skip to content

Setup React application with minimal packages without create-react-app

Notifications You must be signed in to change notification settings

harendrabisht/build-react-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build-react-app

Setup React application with minimal packages without create-react-app In this topic i am going to set up my react application with minimal packages without using “create-react-app”.

This setup includes the following things:

  • Babel/preset
  • CSS-loader
  • include sass setup
  • Jest/enzyme for unit testing

Run these commands.

  • npm install
  • npm run start
  • npm run build
  • npm run test

Read more https://medium.com/@harendra.bisht2/setup-react-application-with-minimal-packages-without-create-react-app-a58393157a64

About

Setup React application with minimal packages without create-react-app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published