add scss and remove styled component

This commit is contained in:
2024-06-05 04:48:43 +00:00
parent 423e43cee0
commit 4b06fbed96
14 changed files with 133 additions and 135 deletions

View File

@ -2,6 +2,28 @@
the warehouse use to tracking item in house
# Project setup
install `Taskfile` first with this command line:
- for macOS, linux:
```bash
brew install go-task
```
- for windows:
```bash
winget install Task.Task
```
or
```bash
npm install -g @go-task/cli
```
install `pnpm` for front-end with command line:
```bash
npm i pnpm -g
```
# Common CLI
### alembic
@ -38,32 +60,31 @@ generate migration auto code
alembic revision --autogenerate -m "version message"
```
# Back-end
## Usage
```bash
task be
```
# Front-end
## Usage
```bash
$ npm install # or pnpm install or yarn install
task fe:i
```
### Learn more on the [Solid Website](https://solidjs.com) and come chat with us on our [Discord](https://discord.com/invite/solidjs)
### Learn more on the [Solid Website](https://solidjs.com)
## Available Scripts
In the project directory, you can run:
### `npm run dev`
Runs the app in the development mode.<br>
Open [http://localhost:5173](http://localhost:5173) to view it in the browser.
### `npm run build`
Builds the app for production to the `dist` folder.<br>
It correctly bundles Solid in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.<br>
Your app is ready to be deployed!
```bash
task fe
```
## Deployment