This is an example of how to setup Express with Vuejs and Tailwind CSS.
First, you need to clone the repo:
git clone https://github.com/donaldp/nodejs-fullstack-boilerplate.git
Then you need to install the dependencies:
npm install
Then finally, you can run the application:
npm run start
When making changes to the frontend code sitting in the resources
directory, you will need to run:
npm run mix-watch
And if you are shipping to production, run:
npm run mix-prod
The MIT License (MIT). Please see License File for more information.