Skip to content

jarvisluong/vue-express-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Node verion

18.17.0

Front-end side

Libries and tools used:

Typescript, Vue3, Composition API, Vue-Router, Naive UI, Axios

Structured the project with Pinia for future state management

And will use Tailwind CSS or Windi CSS in the future

To run the app:

  1. npm intall

    OR

    yarn install
  2. npm run dev

    OR

    yarn dev

To build:

npm run build

OR

yarn build

Backend side

Libraires and tools used:

Express

To run the backend:

  1. npm install

    OR

    yarn install
  2. npm start

    OR

    yarn start

The server will be running on http:https://localhost:3333

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published