@imklau/react-boilerplate

3.4.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-boilerplate <app-name>

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

npx @imklau/react-boilerplate <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-boilerplate

Weekly Downloads

1

Version

3.4.0

License

WTFPL

Unpacked Size

2.88 MB

Total Files

71

Last publish

Collaborators

  • imklau