1.0.0 • Published 3 years ago

@kekalma/menu v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

React-TypeScript boilerplate for library development with Rollup bundler

First step:    yarn start

Runs the initialization script. Cleaning up the project for the first use:

  • Changing the project name
  • Removing the boilerplate's Git folder
  • Creating a new Git folder by running   git init
  • Adding the bin folder to .gitignore
  • Running   yarn

Caution:Do not run it again, it will reset your project!

Available Scripts:

yarn serve

Runs the test frame app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.

yarn dist

Builds the library for production to the dist folder.
The build is minified.

yarn build

Building the library to the build folder without minified code.