Skip to content

project-nous/transaction-report-exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nous transaction report exercise

We have provided starting points for the exercise for both Backend and Frontend. Feel free to use these or if you are more familiar with other setups you can use your own.

Backend

We have provided the skeleton of an Express server using NodeJS and Typescript.

Frontend

We have provided a Typescript/React/Tailwind client scaffolded with Vite.

How to run the App

  • Install NodeJS
  • Enable Corepack to add yarn to your path $ corepack enable
  • Install server dependencies $ yarn
  • Install client dependences $ cd web && yarn
  • Run the app from the root of this repository with $ yarn dev. The server will reload when any files in src/ are changed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published