TimKieu / JS-Blueprints

BLOCK BASED JAVASCRIPT BLUEPRINTS by React-Flow

Home Page:http://jsblueprints.sarfrazalam.in/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v1vpW6fWwt

BLOCK BASED JAVASCRIPT BLUEPRINTS

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

Tech Stack

  • Typescript
  • React.JS
  • Node.JS
  • Lerna
  • Firebase

Folder Structure

  • 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.

SETTING UP THE APPLICATION

  1. Setup npx lerna bootstrap --use-workspaces This installs all the dependencies needed

  2. Run by npx lerna run dev Runs the client and the server in development mode

About

BLOCK BASED JAVASCRIPT BLUEPRINTS by React-Flow

http://jsblueprints.sarfrazalam.in/


Languages

Language:TypeScript 89.2%Language:JavaScript 10.2%Language:SCSS 0.3%Language:HTML 0.2%Language:Procfile 0.0%