Create a new Node workspace:
$bit new basic my-hello-world CopiedAlternatively, start from our NodeJS starter for stitching a micro-service architecture.
You can create a NodeJS app using our basic NodeJS app type. To create a NodeJS app run the following command:
$bit create node-app my-app CopiedYou can find more information about building apps in the NodeJS app sections.
Create backend services with HMR using our NodeJS server app types. To create a GraphQL server run the following command:
$bit create graphql-server my-server CopiedYou can find more information on creating Express, NodeJS and GraphQL at the backend services docs section.
Platforms are used to stitch backend services into a unified platform. Run the following command to create a service-oriented platform:
$bit create platform my-platform CopiedLearn more about using Platforms at the Platform docs section.
Create a NodeJS module by running the following commands:
$bit create module twitter CopiedYou can find more information on creating modules at the NodeJS Modules docs section.
Entities are used to define data structures and their behaviour and reuse them in your backends and frontends:
$bit create entity user CopiedLearn more on creating entities on the Entities docs section.
You can release your components by running the following commands:
$bit tag --message initial release CopiedSync the changes with your remote server:
$bit export CopiedIn case you are looking to build with your own CI, automate these commands from a CI yourself or use our scripts for automating the process.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4