All Projects β†’ GlueDigital β†’ universal-scripts

GlueDigital / universal-scripts

Licence: MIT license
Build universal apps without configuration.

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to universal-scripts

kkt
Create React apps with no build configuration, Cli tool for creating react apps.
Stars: ✭ 40 (+73.91%)
Mutual labels:  create-react-app, zero-configuration, build-tools
rocketact
πŸš€Developing React projects with ease
Stars: ✭ 45 (+95.65%)
Mutual labels:  create-react-app, zero-configuration, build-tools
phaser-cli
Create Phaser projects with no build configuration.
Stars: ✭ 53 (+130.43%)
Mutual labels:  zero-configuration, build-tools
create-contentful-app
Bootstrap a Contentful App
Stars: ✭ 68 (+195.65%)
Mutual labels:  zero-configuration, build-tools
create-wp-react-app
Create React WordPress plugin with no build configuration.
Stars: ✭ 56 (+143.48%)
Mutual labels:  zero-configuration, build-tools
Create React App
Set up a modern web app by running one command.
Stars: ✭ 92,264 (+401047.83%)
Mutual labels:  zero-configuration, build-tools
react-starter-kit
πŸš€ React starter kit for a modern single page (SPA) application (dependencies updated at 28 July 2017). Zero configuration. Ready to go. Just paste your code!
Stars: ✭ 26 (+13.04%)
Mutual labels:  zero-configuration, build-tools
Create Next App
Create Next.js apps in one command
Stars: ✭ 2,783 (+12000%)
Mutual labels:  zero-configuration, build-tools
create-hyperapp
Create Hyperapps with no build configuration
Stars: ✭ 16 (-30.43%)
Mutual labels:  create-react-app, zero-configuration
hyperapp-scripts
Hyperapp expansion pack for create-react-app
Stars: ✭ 38 (+65.22%)
Mutual labels:  create-react-app, zero-configuration
cra-multi-page-template
Create-react-app Multi-page application configuration template, including dva and ant-design, enabled PWA, compatible with IE11.
Stars: ✭ 17 (-26.09%)
Mutual labels:  create-react-app
RemoteDesktop
A simple remote desktop server/client application for Windows
Stars: ✭ 30 (+30.43%)
Mutual labels:  zero-configuration
react-production-deployment
Deploy your React app to production on Netlify, Vercel and Heroku
Stars: ✭ 51 (+121.74%)
Mutual labels:  create-react-app
cruise
A Continuous Integration (CI) management system homework from Thought Works
Stars: ✭ 13 (-43.48%)
Mutual labels:  create-react-app
semantic-ui-react-typescript-examples
Several examples using Semantic UI, React, and TypeScript
Stars: ✭ 41 (+78.26%)
Mutual labels:  create-react-app
eslint-plugin-react-app
ESLint configuration used by Create React App
Stars: ✭ 52 (+126.09%)
Mutual labels:  create-react-app
react-typescript-material-ui-with-auth-starter
React + Material UI + Auth starter using TypeScript
Stars: ✭ 27 (+17.39%)
Mutual labels:  create-react-app
next-share
Social media share buttons for your next React apps.
Stars: ✭ 145 (+530.43%)
Mutual labels:  create-react-app
azure-appservice-static
Deploy static site to azure AppService.
Stars: ✭ 39 (+69.57%)
Mutual labels:  create-react-app
webcam-object-detection
Tensorflow.js webcam object detection in React
Stars: ✭ 24 (+4.35%)
Mutual labels:  create-react-app

License npm version Build Status Dependencies

Universal Scripts

Alternative configuration for Create React App, with enhanced functionality, including server-side rendering and internationalization.

Quick start

If you have any maintained version of Node (at least v10) and NPM, just run:

npx create-react-app --scripts-version universal-scripts my-app
cd my-app
npm start

Then go to http://localhost:3000 to see your app.

Why Use This?

Create React App is the best way of keeping the build config out of your project, and makes build dependencies easier to manage, as you'll only need to care about a single package. But the default configuration is geared towards showing React to novices, and is missing some functionality required for bigger apps.

You could "eject", as they call it, and fine-tune your config, but this is hard, and loses many of the benefits of CRA. Many people fork React Scripts, so they can add support for the bits they need while keeping the config out. We decided to make a full rewrite, as our config was very different from the default one, but it still works with CRA, giving you all of its benefits.

Want to see all that it can do for your projects? Check the docs, or just skip to the getting started guide.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].