3.4.0 • Published 3 years ago

@imklau/react-boilerplate v3.4.0

Weekly downloads
-
License
WTFPL
Repository
github
Last release
3 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-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.

3.4.0

3 years ago

3.3.0

4 years ago

3.2.0

4 years ago

3.1.0

4 years ago

0.1.5

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.0

4 years ago