Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.
/ react_template Public archive

A template project for React, using webpack to bundle it together. Include SCSS processing!

Notifications You must be signed in to change notification settings

Begemottt/react_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Project Template

A template project for React, using webpack to bundle it together. Include SCSS processing!

Instructions

  1. Extract to folder.
  2. Open in VSCode or editor of choice.
  3. Edit package.json with project details.
  4. Run npm install to install node modules.
  5. Run npm build to construct JS and CSS.
  6. Run npm start to host site locally for testing.

Details

  • JavaScript builds from src/index.js.
  • SCSS builds from scss/styles.scss.
  • Everything runs from the dist folder.

About

A template project for React, using webpack to bundle it together. Include SCSS processing!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published