Skip to content

bossbossk20/create-react-app

 
 

Repository files navigation

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.

About

Create React apps with no build configuration.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.2%
  • Shell 1.3%
  • Other 0.5%