An open API service indexing awesome lists of open source software.

https://github.com/weichiachang/react-webpack-starter

A starter kit based on React and Webpack
https://github.com/weichiachang/react-webpack-starter

boilerplate react starter webpack

Last synced: 3 months ago
JSON representation

A starter kit based on React and Webpack

Awesome Lists containing this project

README

          

# React-Webpack-Starter

> A starter kit based on React and Webpack for personal practice.

## Setup
```shell
# Install dependencies
npm i

# Serve on localhost:8080 as default port
npm start

# Build for production usage
npm run build
```

## Reference
- [Repo](https://github.com/bradtraversy/react_webpack_starter)
- [YouTube](https://www.youtube.com/watch?v=deyxI-6C2u4)
- [Tutorial](https://love2.io/@hfpp2012/doc/webpack-tutorial/README.md)

## License ![openSource](https://badges.frapsoft.com/os/v1/open-source.svg?v=102)
MIT © [WeiChiaChang](https://github.com/WeiChiaChang)