Skip to content

striderkein/nodejs-starter-template

Repository files navigation

nodejs-starter-template

this is template for Node.js app

How to setup

npm i

How to start dev server

By executing the command below, you will be able to develop on the frontend. To communicate with the server side, please follow the steps from How to build onwards.

npm run start:vite

How to build

By executing the command below, the artifacts will be generated under the dist directory.

npm run build

How to start all app

npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published