Skip to content

Latest commit

 

History

History
68 lines (42 loc) · 1.52 KB

README.MD

File metadata and controls

68 lines (42 loc) · 1.52 KB

invoice-interface

This project is a simple Invoice Create Project and was generated with superplate. Built Mock Client List API with API routes at Next.js.

Features

  • React
  • Next
  • TypeScript
  • Ant Design
  • SASS/SCSS
  • ESLint
  • Prettier

Available Scripts

Install all dependencies.

    yarn install

Running the development server.

    yarn dev

Building for production.

    yarn build

Running the production server.

    yarn start

Learn More

To learn more about superplate, please check out the Documentation.

Ant Design

A design system for enterprise-level products. Create an efficient and enjoyable work experience.

Go To Documentation

SASS/SCSS

Sass is a stylesheet language that’s compiled to CSS. It allows you to use variables, nested rules, mixins, functions, and more, all with a fully CSS-compatible syntax.

Go To Documentation

ESLint

A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.

Go To Documentation

Prettier

An opinionated code formatter; Supports many languages; Integrates with most editors.

Go To Documentation