React, Typescript, SCSS, Material-UI, Express
- Go into travel-app directory and perform
npm install
- There are to subprojects frontend and api,
so you should go into each of them (cd frontend
orcd api
respectivly) and performnpm install
as well
- Go into travel-app directory
npm run dev
- enjoy!
- When adding dependencies you should stand on subproject directory you work with (frontend or api)