This is a simple frontend APP using AtomicReact-TS. You can use this for boilerplate for your next projects.
[Demo] See the APP: https://atomicreact.github.io/simple-frontend/
-
srcdirectory contain all atoms -
scriptsdirectory contain helpers scripts to build and serve http web server -
publicdirectory contain all frontend built, bundled, and public files
See tsconfig.json to known how enable importing CSS files with visual studio
Run 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