This project Is bootstrapped with Create React App and using tailwindcss for UI library.
This project usages Yarn as package manager and in the project directory, you can run:
Script | Description |
---|---|
start:dev |
Starts the development server |
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 |
Husky hooks will lint code before commiting it.
A quick look at the top-level files and directories you'll see in this project.
βββ .vscode
βββ node_modules
βββ public
βββ src
βββ assets
βββ components
βββ container
βββ context
βββ pages
βββ routes
βββ utils
βββ _redirects
βββ netlify.toml
βββ .eslintrc.json
βββ .gitignore
βββ .prettierrc
βββ craco.config.js
βββ package.json
βββ README.md
βββ tailwind.config.js
βββ yarn.lock
.vscode/
: This directory contains all of the workspace setting for vscode.