1.0.5 • Published 6 years ago
generator-react-uikit-webpack-typescript v1.0.5
generator-react-uikit-webpack-typescript
A yeoman generator that scaffolds out a webapp based on react, uikit, webpack and typescript.
Getting Started
- Install:
yarn global add generator-react-uikit-webpack-typescript
- Run
yo react-uikit-webpack-typescript
- Run
yarn
to download npm dependencies - Run
yarn run build
to build the webapp into the dist directory - Run
yarn run start
to serve the webapp on http://localhost:8080