simple_frontend_library
v1.0.0
Published
Simple Library for AtomicReact
Readme
Simple Frontend Library
This is a simple frontend Library using AtomicReact-TS. You can use this for boilerplate for your next projects.
[Demo] See the Library: https://atomicreact.github.io/simple-frontend-library/
srcdirectory contain all atomsscriptsdirectory contain helpers scripts to build and serve http web serverpublicdirectory contain all library bundled (without AtomicReact Core)
See tsconfig.json to known how enable importing CSS files with visual studio
Development
Run development mode
npm run devBuild
Build and bundle atoms into public directory.
npm run buildVisualize
Build
Start web server and visualize the final project
npm run start