[Demo] See the Library: https://atomicreact.github.io/simple-frontend-library/
-
srcdirectory contain all atoms -
scriptsdirectory contain helpers scripts to build and serve http web server -
publicdirectory contain all library bundled
See tsconfig.json to known how enable importing CSS files with visual studio
cd ~/.ssh
nano config
Host github.com
HostName github.com
User git
IdentityFile ~/.ssh/id_ed25519
IdentitiesOnly yeseval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_ed25519
yarn add ssh://@github.com:ItThinkIoT/frontend-lib-atoms.gitRun development mode
npm run devBuild and bundle atoms into public directory.
npm run build-
Build
-
Start web server and visualize the final project
npm run start