This repository contains the front end for the Zerobase smart tracing platform. Refer to the smart-tracing-api repo for the API server.
git clone https://github.com/zerobase-io/smart-tracing.git
cd smart-tracing
npm install
npm run start
Commits to master will automatically rebuild staging.zerobase.io.
./build
- all the files in this folder are served as static assets for your site. Do not change files manually in this folder../src
- Contains all of the front end code we write that is bundled up and served.
-
- We are specifically adding Bootstrap for Theme configuration
-
CRACO - Create React App Configuration Override:
- craco-alias: Relative path aliasing. (CRA only supports Absolute Imports)
-
React Feather Icons for feather icon components
-
React Router for site routing
- Why are all the packages being used, put into the
dependencies
section ofpackage.json
?