Skip to content

petertait/react-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Starter

Boilerplate for React – includes hot reloading for jsx and postcss.

Includes various PostCSS plugins such as a simple grid.


Tech used:

  • Babel 6
  • Webpack
  • React
  • Postcss (React CSS Modules)

Getting Started

npm install

Start the local dev server:

npm start

Navigate to http://localhost:8080/ to view the app.


Clean

npm run clean

Build for Production

npm run build

Publish to Surge.sh

Will require Surge to be installed globally.

npm run publish

About

Simple boilerplate for React based projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published