Rolling Stove is a food truck discovery app - the easiest way to find nearby food trucks open right now!
This monorepo is managed with Lerna.
- client - Mobile-responsive front-end written in Typescript using React
- server - API server written in Typescript using ExpressJS
- shared-types - Typescript type definitions shared by
clientandserver
Run the client and server localling with this command.
npm install
npm run dev