ExpressBuilder helps you kickstart your Express.js projects with ease. It creates a ready-to-use template for your Express.js applications, including essential files and directories, and sets up TailwindCSS for styling. Streamline your development process and focus on coding with a well-structured project setup.
Features
Project Structure Creation: Automatically generate a complete project structure for your Express.js application.
Essential Files: Create necessary files like app.js, directories for controllers, models, routes, public assets, etc.
TailwindCSS Integration: Includes TailwindCSS setup for easy styling.
Automated npm Initialization: Initializes npm and installs necessary dependencies.
Requirements
Node.js: Ensure you have Node.js installed. You can download it from here.
npm: Node Package Manager, which comes with Node.js.
Extension Settings
This extension does not currently contribute any settings.
Known Issues
No known issues at the moment. Please report any issues on the GitHub issues page.
Release Notes
1.0.3
Solved Some issues
1.0.2
Updated Readme
1.0.1
Added configurations for the mongoDB connection
1.0.0
Initial release of ExpressBuilder.
Generates a complete project structure for Express.js.
Integrates TailwindCSS for styling.
Initializes npm and installs essential dependencies.
Working with Markdown
You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
Split the editor (Cmd+\ on macOS or Ctrl+\ on Windows and Linux)
Toggle preview (Shift+Cmd+V on macOS or Shift+Ctrl+V on Windows and Linux)
Press Ctrl+Space (Windows, Linux, macOS) to see a list of Markdown snippets