Skip to content

anggifergian/react-webpack-4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webpack 4 React Boilerplate

Personal react boilerplate built in with webpack 4

  • Ready to start React App ⚡
  • Image loader configured 📷
  • SASS and CSS loaders configured 🎨
  • Production build optimized 📈

🚀 Quick start

To run this locally:

  1. Clone project git clone https://github.com/anggifergian/react-webpack-4.git
  2. Install all dependencies using yarn install or npm install
  3. Start the development server using yarn start or npm start
  4. Open up http://localhost:8080
  5. Happy Hacking!
git clone https://github.com/anggifergian/react-webpack-4.git
cd react-webpack-4
npm install 
npm start

Production build

You can generate an optimized distribution bundle. To do this run the command:

yarn build

Built With

  • webpack - Static module bundler
  • React - JavaScript library for building user interfaces
  • Babel - EcmaScript Transpiler
  • Yarn - Dependency Management

That´s it! Remember to change the project information in package.json, README and LICENSE if necessary. 🎓

Give the project a star if you liked it. Happy Hacking! 😎 ⭐

License

This project is licensed under the MIT Licensed - see the LICENSE file for details

Releases

No releases published

Packages

No packages published