simple-react-app

低配版react-webpack项目,可作为react相关测试基础环境。 (by imcycle)

Simple-react-app Alternatives

Similar projects and alternatives to simple-react-app based on common topics and language

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better simple-react-app alternative or higher similarity.

simple-react-app reviews and mentions

Posts with mentions or reviews of simple-react-app. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-06.
  • any suggestions for my cli
    4 projects | /r/CodingHelp | 6 May 2023
    #!/usr/bin/env node import inquirer from 'inquirer'; import * as child from 'node:child_process' inquirer .prompt([ { type:'list', message:'what is your project', name:'framework', choices: ['angular','react','vue','svelte','preact','django'] } ]) .then((answers) => { if (answers.framework === 'angular' ){ child.exec(`git clone https://github.com/subhodi/angular-simple-app.git`) console.log("now install the angular cli with") console.log("npm i @angular/cli") } if (answers.framework === 'react' ){ child.exec(`git clone https://github.com/imcycle/simple-react-app.git`) console.log("now install react with") console.log("npm -i react") } if (answers.framework === 'vue' ){ child.exec(`git clone https://github.com/aditya-sridhar/simple-vuejs-app.git`) console.log("now install vue with") console.log("npm -i vue") } if (answers.framework === 'svelte' ){ child.exec(`npm create svelte@latest myapp`) console.log("here is the app") } if (answers.framework === 'preact' ){ child.exec(`git clone https://github.com/github/codespaces-preact.git`) console.log("now install preact with") console.log("npm -i preact") } if(answers.framework === 'django'){ console.log("why are you doing this in a js cli") console.log("you must learn js") console.log("then your project won't be slower than turtles") console.log("javascript.com") } })

Stats

Basic simple-react-app repo stats
1
0
10.0
over 1 year ago

Sponsored
The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com