Block based Javascript Builder, Built on Typescript, React. Managed with Lerna.
The app uses lerna. If lerna CLI isn't set up. Get started on Getting Started | Lerna
- Typescript
- React.JS
- Node.JS
- Lerna
- Firebase
- packages
- client
- lib
- server
Client
- This contains the client side react application
Lib
- the
libfolder shares the common types and documentation for the application
Server
- the
serverfolder contains the express application as a server.
-
Setup
npx lerna bootstrap --use-workspacesThis installs all the dependencies needed -
Run by
npx lerna run devRuns the client and the server in development mode