create-kkeng-webpack-react-starter
v1.1.7
Published
[![Build Status](https://travis-ci.org/joemccann/dillinger.svg?branch=master)](https://travis-ci.org/joemccann/dillinger)
Downloads
2
Readme
Create-Kkeng-Webpack-React-Starter
A template for a ReactJs starter-kit with webpack
💡 Features
- eslint
- prettier
- the webpack supports the compile of the following types:
.tsx, .ts, .js, .scss, .sass, .jsx, .csv, .png, .jpg, .jpeg, .gif, .otf
💻 Commands
- Build the project
npm run build
- Run the project
npm run start
- Format the files in the project
npm run format
- Check your project
npm run lint
📖 References
- Settle your npx command: https://bonsaiilabs.com/create-npx-starter-command/
- Publish your poject into npm manager: https://docs.npmjs.com/creating-and-publishing-scoped-public-packages
- Webpack Setting: https://webpack.js.org/guides/getting-started/