This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@imklau/react-app

3.0.0 • Public • Published

🦾 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.

Package Sidebar

Install

npm i @imklau/react-app

Weekly Downloads

0

Version

3.0.0

License

WTFPL

Unpacked Size

2.88 MB

Total Files

64

Last publish

Collaborators

  • imklau