3.0.0 • Published 4 years ago

@imklau/react-app v3.0.0

Weekly downloads
-
License
WTFPL
Repository
github
Last release
4 years ago

🦾 React boilerplate

Highly customizable React boilerplate built with webpack.

License: WTFPL Netlify Status

🚀 Quick start

Make sure you have node +14 and npm +7 installed, then run:

npx @imklau/react-app <app-name>

If you want to create a React & TypeScript app use the -ts flag:

npx @imklau/react-app <app-name> -ts

👩🏻‍💻 Available commands:

  • yarn start - runs the app in the development mode. (localhost:9000 by default)
  • yarn build - builds the app for production, files are saved to the public folder
  • yarn lint - runs eslint to check all your .js / .ts files in the src directory
  • yarn format - runs prettier to format all your .js / .ts files in the src directory

📃 License

This project is available under the WTFPL license.