Sensibal Stocks
This project Is bootstrapped with Create React App and using flexbox for UI. Development enviornment is 64bit Windows 10.
β Use node
v16
to run this app.
Β
Available Scripts π
This project usages Yan package manager and in the project directory, you can run:
# NPM Scripts
Client Script | Description |
---|---|
start |
Starts the app |
build |
Production build |
test |
Runs unit tests |
eject |
React Eject |
lint |
Shows all the linting errors in codebase |
lint:fix |
Fix all the liting errors |
π§ What’s inside?
A quick look at the top-level files and directories you’ll see in this project.
Client
βββ .vscode
βββ node_modules
βββ src
βββ api
βββ assets
βββ components
βββ container
βββ config
βββ pages
βββ routes
βββ styles
βββ utils
βββ index.tsx
βββ app.tsx
βββ .eslintrc.json
βββ .gitignore
βββ .env
βββ package.json
βββ tsconfig.json
βββ README.md
βββ yarn.lock
.vscode/
: This directory contains all of the workspace setting for vscode.
Build Prod
- Run
npm run build
πNotes
- The Client application will run at port 3000 if available otherwise it will pick any available port.