3.0.0 • Published 4 years ago
@imklau/react-app v3.0.0
🦾 React boilerplate
Highly customizable React boilerplate built with webpack.
🚀 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:9000by default)yarn build- builds the app for production, files are saved to thepublicfolderyarn lint- runs eslint to check all your.js/.tsfiles in thesrcdirectoryyarn format- runs prettier to format all your.js/.tsfiles in thesrcdirectory
📃 License
This project is available under the WTFPL license.