Skip to content

Commit 8cb1c8c

Browse files
committed
changes in templates
1 parent 86c587f commit 8cb1c8c

File tree

3 files changed

+21
-20
lines changed

3 files changed

+21
-20
lines changed

docs/user/Templates/myTemplates.md

+6-11
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
1-
# My Template
1+
# My Templates
22

3-
The Template is designed to facilitate the quick creation of new projects with predefined setups for popular JavaScript frameworks and libraries. By using templates, developers can skip the repetitive tasks involved in setting up project configurations and can jumpstart their work with an organized structure. The available templates include setups for React, Express, Next.js, and an Empty project option.
3+
Streamline Your Workflow with Custom Templates: Codebolt enables users to upload their own project templates directly to their Codebolt portal. This powerful feature is designed for professionals who regularly initiate projects with specific structures or configurations.
44

5-
<!-- ![get started](../../static/img/template.png) -->
5+
Seamless Integration with Codebolt: Once uploaded, your custom templates are seamlessly integrated into the Codebolt app, empowering you to kickstart new projects efficiently while leveraging your personalized settings and configurations.
66

7+
![myTemplate](../../../static/img/mytemplates.png)
78

8-
### Template Options
9-
* React: Sets up a new React app with ES6+, JSX, and Webpack or Vite. Essential dependencies and folder structure are pre-configured. Start quickly by selecting the React template.
109

11-
* Express: Creates a back-end Express project for RESTful APIs, with basic middleware and error handling. Provides a suitable structure for server-side development; select Express to get started.
10+
## Video Guide
1211

13-
* Next.js: Initializes a Next.js app with routing, page, and API setup. Perfect for full-stack development; choose Next.js to begin.
14-
15-
* Empty: A minimal template with only essential files. Ideal for custom setups; use Empty to create a basic project foundation.
16-
17-
**Each template is selectable for quick project setup!**
12+
<iframe width="100%" height="315" src="https://www.youtube.com/embed/WCr68gOgiuw?si=WNd53WSaQ0AtKiku" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

docs/user/Templates/template.md

+15-9
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
1-
# Template
1+
# Templates
22

3-
The Template is designed to facilitate the quick creation of new projects with predefined setups for popular JavaScript frameworks and libraries. By using templates, developers can skip the repetitive tasks involved in setting up project configurations and can jumpstart their work with an organized structure. The available templates include setups for React, Express, Next.js, and an Empty project option.
3+
Codebolt provides a library of pre-built project templates to help you get started quickly with popular frameworks and languages. These templates come pre-configured with recommended settings, folder structures, and boilerplate code, allowing you to dive right into building your application.
44

5-
<!-- ![get started](../../static/img/template.png) -->
5+
## Benefits of Using Templates
66

7+
- **Faster Project Setup**: Templates eliminate the need to manually configure your project from scratch. With just a few clicks, you can have a working project ready to go.
78

8-
### Template Options
9-
* React: Sets up a new React app with ES6+, JSX, and Webpack or Vite. Essential dependencies and folder structure are pre-configured. Start quickly by selecting the React template.
9+
- **Best Practices**: Templates follow industry best practices and conventions for the selected framework or language. This ensures your project starts off on the right foot with a clean and organized structure.
1010

11-
* Express: Creates a back-end Express project for RESTful APIs, with basic middleware and error handling. Provides a suitable structure for server-side development; select Express to get started.
11+
## Creating a Project from a Template
1212

13-
* Next.js: Initializes a Next.js app with routing, page, and API setup. Perfect for full-stack development; choose Next.js to begin.
13+
To create a new project using a template in Codebolt, follow these steps:
1414

15-
* Empty: A minimal template with only essential files. Ideal for custom setups; use Empty to create a basic project foundation.
15+
1. Click on the "Create Project in workspace" button in the Codebolt dashboard.
16+
2. Browse the available templates or use the search bar to find a specific template.
17+
3. Select the desired template and provide a name for your project.
18+
5. Click "Create" to generate the project based on the selected template.
19+
20+
Codebolt will then set up your project with the necessary files and configurations, and you'll be ready to start coding!
21+
22+
![Template](../../../static/img/template.png)
1623

17-
**Each template is selectable for quick project setup!**

static/img/mytemplates.png

104 KB
Loading

0 commit comments

Comments
 (0)