Skip to content

hallofcodes/express-boilerplate

Repository files navigation

express-boilerplate

I did it so you don't have to

Development Server

To start a local development server, run:

npm run dev

Once the server is running, open your browser and navigate to http://localhost:4000/. The application will automatically reload whenever you modify any of the source files.

Building

To build the project run:

npm run  build

This will compile your project and store the build artifacts in the dist/ directory. By default, the production build optimizes your application for performance and speed.

Production with PM2

To deploy the project run:

pm2 start

This will deploy your project using ecosystem.config.js.

License

Copyright 2025 Melvin Jones Repol

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

I did it so you don't have to

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published