Skip to content

Template/Development package for React/CSS Frontend Development via Webpack

Notifications You must be signed in to change notification settings

glitchy-sage/react-css-blueprint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-CSS-Blueprint

React Logo

Introduction

      Template for creating react-sass frontend web applications. Note: This was built using webpack manually, there may still be some tweaks to configuration required.

Instructions

Clone repo to your local

PA C:\> git clone https://github.com/glitchy-sage/react-css-blueprint.git APP_NAME

↓ Learn the commands below ↓


  1. npm install - Installs dependencies.
PS C:\react> npm install 

  1. Start Commands
  • npm start - Runs react server on localhost:3000, then opens browser for viewing.
PS C:\react> npm start 

  • npm run start:headless - Runs react server on localhost:3000, this does not open a browser for your viewing.
PS C:\react> npm run start:headless 

  1. Build Commands
  • npm run build - Build's react files into static files and places into './build' directory. Note: Configuration for this is done via WebPack.
PS C:\react> npm run build 

About

Template/Development package for React/CSS Frontend Development via Webpack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published