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”.
- 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