Skip to content

Template to make a project in express in the backend and the frontend vue

License

Notifications You must be signed in to change notification settings

sistemasnegros/isomorphic-express-vue

Repository files navigation

isomorphic-express-vue

Build Status

Features

Project setup

git clone https://github.com/sistemasnegros/isomorphic-express-vue
cd isomorphic-express-vue
npm install

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for production

npm run build

Compiles and start production

npm start

Access in Browser

http://locahost:3000

Directory Layout

├── dist
├── public
└── src
├── backend
│   ├── helpers
│   ├── lib
│   ├── middlewares
│   └── views
├── const
└── frontend
├── assets
├── components
├── router
└── store

About

Template to make a project in express in the backend and the frontend vue

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published