Personal react boilerplate built in with webpack 4
- Ready to start React App ⚡
- Image loader configured 📷
- SASS and CSS loaders configured 🎨
- Production build optimized 📈
To run this locally:
- Clone project
git clone https://github.com/anggifergian/react-webpack-4.git
- Install all dependencies using
yarn install
ornpm install
- Start the development server using
yarn start
ornpm start
- Open up http://localhost:8080
- Happy Hacking!
git clone https://github.com/anggifergian/react-webpack-4.git
cd react-webpack-4
npm install
npm start
You can generate an optimized distribution bundle. To do this run the command:
yarn build
- 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! 😎 ⭐
This project is licensed under the MIT Licensed - see the LICENSE file for details