0.0.8 • Published 5 years ago

surge-create-react-app v0.0.8

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Surge-Create-React-App

A custom create-react-app which sets up our favorite tooling. Check out the package.json for specifics.

Get it running

npx create-react-app your-nifty-new-app-name --scripts-version surge-create-react-app

cd your-nifty-new-app-name

npm start

Contribute

Scripts are located at packages > surge-create-react-app, specifically, check out scripts > init.js and template-typescript > src for further customization.

When you publish the package, use npm publish from withing the surge-create-react-app directory. Make sure to update the package.json version.

TODO:

  • Remove uneeded stuff. Not sure if we need to have this entire repo cloned.
  • Add dependencies we like.
  • Move npm package to private