GitHunt
BO

bossbossk20/create-react-app

Create React apps with no build configuration.

package required

  • yarn

  • node version >= 10

how to use


$ npx create-react-app project-name --scripts-version sendit-react-scripts

or

$ create-react-app project-name --scripts-version sendit-react-scripts

(npx comes with npm 5.2+ and higher, see instructions for older npm versions)

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

When you’re ready to deploy to production, create a minified bundle with npm run build.

npm start

Get Started Immediately

You don’t need to install or configure tools like Webpack or Babel.

They are preconfigured and hidden so that you can focus on the code.

Just create a project, and you’re good to go.

Languages

JavaScript98.2%Shell1.3%TypeScript0.2%CSS0.1%HTML0.1%AppleScript0.1%
MIT License
Created September 6, 2018
Updated May 18, 2019
bossbossk20/create-react-app | GitHunt