[TBD]
[TBD]
- /home : (Home Page)
- /salaries (Root Page for Salaries)*
- /new-salary (New Salary Form)*
- /:salary-id (Detail Page for a specific salary entry)*
- /about (About Page)*
- App.tsx : (main entry file)
- App.tsx : (root component where routing and navigation is defined)
- public/ : (where all the static assets are)
- Components/ : (General UI components, potentyally shared)
- Pages/ : (representation of every available page route)
- theme/
- main.scss : (general styling of the website)
- variables.scss : (where theming variables are specified)
https://salary-tracker.bcneng.org/
npm install
npm run start
npm run build
Production code to be deploy will be in the
public
root folder.
npm run test
npm install -g serve
serve -s build
[TBD]
[TBD]