KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
JS-Blueprints
★ 22
Open GitHub ↗
BLOCK BASED JAVASCRIPT BLUEPRINTS
Download README (.md)
Explore Similar Repositories
motion-style-transfer
:
[CoRL22] Motion Style Transfer: Modular Low-Rank Adaptation for Deep Motion Forecasting
yuck-mode
:
A minimal Emacs major mode for editing yuck config files.
movie_explorer
:
No description available.
MagicData
:
A easy and powerful datebase for Swift. Based on SQLite. Faster than other DB.
NeosVR-Headless-API
:
Python wrapper for the NeosVR headless client
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
JS-Blueprints
?
Download (.md)
 ### 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](https://lerna.js.org/docs/getting-started) ### 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*