Slush generator for scaffolding a React project with JSPM (JavaScript Package Manager) and Babel+JSX transpiler. Version 0.0.1, last updated circa 2016. This generator creates a basic React setup using JSPM for module loading and Babel for JSX transformation. It requires Node >=0.10.26 and npm >=1.4.3. The package is not actively maintained and is considered obsolete due to the deprecation of JSPM and evolution of React tooling (e.g., Create React App, Vite). It serves as a historical example of early React + JSPM integration.
npm install slush-jspm-reactNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a new project directory, runs the Slush generator to scaffold a React app with JSPM, installs dependencies via JSPM, and starts the development server.
Consider using a different React project starter (e.g., create-react-app, Vite).
Update to modern Babel config for React (e.g., @babel/preset-react with runtime: 'automatic').
Use Node 0.10 or 0.12, or upgrade manually to a different starter.
Run 'npm install -g slush-jspm-react' from any directory.
Run 'npm install -g slush' before using generators.
Run 'npm install -g jspm@0.16.53' or use npx.