Skip to content

A basic template to work with SASS, JS Modules and webpack

License

Notifications You must be signed in to change notification settings

TheMaxoor/template-sass-webpack

Repository files navigation

Getting Started

Prerequisite

We are using yarn to handle dependencies in this project. (More infos: https://yarnpkg.com/lang/en/)

To build the files to web/:

Using Make :

make build

Using yarn (manually):

yarn install
NODE_ENV=production yarn run build

To launch the development server :

Using Make :

make run

Using yarn (manually) :

yarn install
yarn run start

About

A basic template to work with SASS, JS Modules and webpack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published