This repository has been archived on 2023-06-18. You can view files and clone it, but cannot push or open issues or pull requests.
va-project/stockingly-frontend
Claudio Maggioni 9aad3e3ca0 fixed search 2023-05-31 12:01:54 +02:00
..
public initial commit 2023-05-03 10:07:34 +02:00
src fixed search 2023-05-31 12:01:54 +02:00
.browserslistrc initial commit 2023-05-03 10:07:34 +02:00
.editorconfig initial commit 2023-05-03 10:07:34 +02:00
.eslintrc.js initial commit 2023-05-03 10:07:34 +02:00
.gitignore initial commit 2023-05-03 10:07:34 +02:00
README.md initial commit 2023-05-03 10:07:34 +02:00
index.html refined backend skeleton 2023-05-03 10:56:07 +02:00
package.json Added working stock price over time comparison chart 2023-05-21 12:35:37 +02:00
tsconfig.json initial commit 2023-05-03 10:07:34 +02:00
tsconfig.node.json initial commit 2023-05-03 10:07:34 +02:00
vite.config.ts initial commit 2023-05-03 10:07:34 +02:00
yarn.lock Added working stock price over time comparison chart 2023-05-21 12:35:37 +02:00

README.md

base

Project setup

# yarn
yarn

# npm
npm install

# pnpm
pnpm install

Compiles and hot-reloads for development

# yarn
yarn dev

# npm
npm run dev

# pnpm
pnpm dev

Compiles and minifies for production

# yarn
yarn build

# npm
npm run build

# pnpm
pnpm build

Lints and fixes files

# yarn
yarn lint

# npm
npm run lint

# pnpm
pnpm lint

Customize configuration

See Configuration Reference.