Skip to content

ItThinkIoT/frontend-lib-atoms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ItThink Atoms Library

[Demo] See the Library: https://atomicreact.github.io/simple-frontend-library/

  • src directory contain all atoms

  • scripts directory contain helpers scripts to build and serve http web server

  • public directory contain all library bundled

See tsconfig.json to known how enable importing CSS files with visual studio

Installing this private library

cd ~/.ssh
nano config
Host github.com
  HostName github.com
  User git
  IdentityFile ~/.ssh/id_ed25519
  IdentitiesOnly yes
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_ed25519
yarn add ssh://@github.com:ItThinkIoT/frontend-lib-atoms.git

Development

Run development mode

npm run dev

Build

Build and bundle atoms into public directory.

npm run build

Visualize

  1. Build

  2. Start web server and visualize the final project

npm run start

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.4%
  • TypeScript 25.9%
  • CSS 12.5%
  • HTML 0.2%