Skip to content

A simple static page development with laravelmix and Express

License

Notifications You must be signed in to change notification settings

iagsti/static-template-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Static Page Starter

A simple static page development environment with laravelmix and Express

Features

  • Watch changes on scss and js files
  • Run an express server which serves the index.html file
  • Allow laravel mix commands

Installation

  1. Change to root directory and run:
npm install --save-dev
  1. Add your aditional packages if you would so:
npm install <my-packages>
  1. Run the express server with the command:
npm run dev

Building scss and js

  1. Import your custom scss into the src/scss/app.scss file
  2. Import your custom js innto the src/js/app.js file

About

A simple static page development with laravelmix and Express

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published