@nassermaronie/my-kit

1.0.9 • Public • Published

My Kit

Feature

  • bundle your React App
  • serve your React App (SSR)
  • support es6 and TypeScript
  • support css modules, post-css loader, url loader, file loader, svg loader as Component and many more
  • generate bundle analyzer called report.html in your build folder

Installation

# with npm
npm i my-kit -S
# with yarn
yarn add my-kit

Build scripts

Add the following scripts to your package.json.

package.json

{
    "scripts": {
        "start": "my-kit start",
        "build": "my-kit build"
    }
}
$ my-kit start
# start dev mode, by default the port will be 8500
# you can visit http://localhost:8500 to start working on your project

$ my-kit build
# bundle your project

TODO:

  • [x] Scripts
  • [x] Multiple Compiler
  • [x] Serve App -- [ ] i18n middleware
  • [ ] TypeScript distribution config
  • [ ] bundle analyzer service
  • [ ] eslint
  • [ ] unit test

License

MIT.

Package Sidebar

Install

npm i @nassermaronie/my-kit

Weekly Downloads

10

Version

1.0.9

License

ISC

Unpacked Size

48 kB

Total Files

31

Last publish

Collaborators

  • nassermaronie