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
lib
folder shares the common types and documentation for the application
Server
- the
server
folder contains the express application as a server.
-
Setup
npx lerna bootstrap --use-workspaces
This installs all the dependencies needed -
Run by
npx lerna run dev
Runs the client and the server in development mode