Skip to content

CLM-TTTB/clm-web-client

Repository files navigation

Some packages you might need to know

Library Name Purpose
clsx To work better with className
react-router-dom To routing your website
customize-cra To config webpack
css-normalize To normalize css
sass Scss syntax
axios Work with api
react-toastify Make toast notification
babel-plugin-module-resolver To import with alias

DEMO

Demo video

How to use

  1. Clone the back-end repository: https://github.com/CLM-TTTB/clm-service
  2. Clone this project
  3. Run yarn or npm install
  4. Run yarn start or npm start to start project

Convention:

1.Work with alias

When you want to import something in src folder, you can use alias like this:

// ~/ this mean that you import from src folder (src/components/Test)
import Test from '~/components/Test';

// instead of
import Test from '../components/Test';

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages