1.0.15 • Published 2 years ago

blinkreceipt-grouping-tool-client v1.0.15

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Grouping Tool Web

  • Next.JS v12
  • React.JS v17
  • Bootstrap v5
  • Typescript
  • Eslint and Prettier
  • Wretch
  • Formik
  • Styled-components
  • Jest
  • Storybook (Optional)

Getting Started

Setup

# install the needed packages
npm install

# then copy the sample env to an actual development env file
cp .env.sample .env.development.local

Run server

npm run dev
# or
yarn dev

Run Docker for production

docker build -t grouping-tool:latest --no-cache .
docker run -p 3001:3001 grouping-tool

Open http://localhost:3001 with your browser to see the result.

Logging in

Logging in users with this template should be done through the BlinkTools Portal site.