Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 335 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 335 Bytes

b2b-fe

Usage

git clone {URL GITHUB URL TO REPO}
npm install
npm start
open http://localhost:8080  (should start automatically )


## Available Commands

- `npm start` - start the dev server
- `npm run dev` - create a developer build in `dist` folder
- `npm run build` - create a production ready build in `dist` folder