rxb-template-ui-kit
v1.0.47
Published
UI kit for creating RXB templates
Readme
Getting Started
$ git clone https://github.com/mikechabot/react-boilerplate.git$ npm install- Launch environment:
- Production:
$ npm start - Development:
$ npm run dev - Available at http://localhost:3060
Update port via config.default.json, or override via Custom Configuration
- Production:
- Build assets for production:
$ npm run build:prod
TODO
- Setup npm publish
- Configure eslint
- Configure tsconfig
- Split webpack to dev prod files
- Setup
- *Add Jest + rtl
