Go to file
KLxHunter 346845fb15 init
2024-09-10 19:12:45 +07:00
.express init 2024-09-10 19:12:45 +07:00
public init 2024-09-10 19:12:45 +07:00
src init 2024-09-10 19:12:45 +07:00
.env.development init 2024-09-10 19:12:45 +07:00
.gitignore init 2024-09-10 19:12:45 +07:00
express.config.js init 2024-09-10 19:12:45 +07:00
package-lock.json init 2024-09-10 19:12:45 +07:00
package.json init 2024-09-10 19:12:45 +07:00
README.md init 2024-09-10 19:12:45 +07:00

Getting Started with Gen Express App

This project was bootstrapped with Gen Express App.

Available Scripts

In the project directory, you can run:

npm run dev

Runs the app in the development mode.
Open http://localhost:8081 to view it in your browser.

The port can be modified in the .env.development file. This mode includes a hot reloader.

npm run start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The port can be modified in the .env file. This mode utilizes an optimized build.

Learn More

You can learn more in the Gen Express App Github README.