A template project for React, using webpack to bundle it together. Include SCSS processing!
- Extract to folder.
- Open in VSCode or editor of choice.
- Edit package.json with project details.
- Run
npm install
to install node modules. - Run
npm build
to construct JS and CSS. - Run
npm start
to host site locally for testing.
- JavaScript builds from src/index.js.
- SCSS builds from scss/styles.scss.
- Everything runs from the dist folder.