Skip to content
This repository has been archived by the owner on Nov 7, 2019. It is now read-only.

brindille/brindillette

Repository files navigation

brindillette

This is an experimental serverless version of brindille. It's meant to be used for really simple pages with no routing or templating (for now).

It uses:

Install

Clone this repository and install the dependencies

git clone https://github.com/brindille/brindillette.git ./my-project
cd my-project
rm -rf ./.git
npm install

File structure

Organise your files in a component structure: JavaScript and styles for a component should be in the same folder. (ex: /src/layouts/header.) Then, they will be build in the /build folder.

Images, fonts and other assets have to be in the /assets/{images,fonts} folders.

Ressources

Tasks

Dev

Builds CSS & JS files and launches browsersync

npm start

Production

Build the files and minify them.

npm run build

License

MIT

About

serverless version of brindille

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published