My startup environment for practice in React development. Built with Webpack 5.
- Clone template content into the current folder and remove unnecessary files with the following command:
git clone https://github.com/ilovesg/webpack-react-template .; rm -rf trunk readme.md .git dist
or download it manually. - Install dependencies:
npm i
; - Run:
npm start
.