A sensible, minimal, and server-agnostic boilerplate for React projects.
- 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
Start the development server:
npm run dev-server
Then edit any of the source files to see the changes live.
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