Skip to content

takiyon-org/react-boilerplate

Repository files navigation

React Boilerplate

Build Status

A sensible, minimal, and server-agnostic boilerplate for React projects.

Features

  • Simple build and file watching
  • Cache-busted resources
  • Latest JavaScript features
  • JavaScript linting with ESLint
  • Support for Sass and next-generation CSS
  • Server-agnostic
  • Fully valid and semantic HTML

Getting Started

Start the development server:

npm run dev-server

Then edit any of the source files to see the changes live.

Remote Deployment

When deploying to another system, ensure that the HTTP headers forbid caching:

Cache-Control: no-cache, no-store, must-revalidate
Pragma: no-cache
Expires: 0

About

A sensible and minimal boilerplate for React projects.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •