Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 468 Bytes

README.md

File metadata and controls

48 lines (32 loc) · 468 Bytes

@nez-fin/setup

Project setup script for @nez-fin/core

Getting Started

npm install @nez-fin/setup -g
mkdir your-project-name
cd your-project-name
setup-fin 

or

setup-fin --typescript-template

This will create a project with a webpack template.

Running

npm run start

Building

For production build

npm run build

For development build

npm run build-dev

Happy coding!