Skip to content

Alternatives

Jason Wohlgemuth edited this page Oct 31, 2020 · 11 revisions
  • create-react-app Set up a modern web app by running one command.
    npx create-react-app MyApp
  • nwb A toolkit for React, Preact, Inferno & vanilla JS apps, React libraries and other npm modules for the web, with no configuration (until you need it)
  • GatsbyJS A free and open source framework based on React that helps developers build blazing fast websites and apps
  • scaffolder Extensible templates, managed with npm, compatible with Git
    npx scaff create component componentName=MyComponent --folder MyApp
  • boilr Boilerplate template manager that generates files or directories from template repositories
    boilr template save <template-path> <template-tag>
    boilr template use <template-tag> <target-dir>
  • Javali Create a modern JavaScript library that uses ES6 + Jest
  • Sagui Modern front-end development made easy
  • Jarvis A continually growing cross-platform CLI that helps with routine tasks and speeds up a few things.
  • electron-react-boilerplate-minimal An Electron + React boilerplate for minimalists using React Hooks.
  • React.js Boilerplate Quick setup for new performance oriented, offline–first React.js applications
  • js-library-boilerplate-basic Javascript Minimal Starter Boilerplate - Webpack 4, Babel 7, UMD, Unit Testing
Clone this wiki locally