GitHub - robdelacruz/jstest

1 min read Original article ↗

Skip to content

Navigation Menu

svelte-starter

A simplified Svelte frontend web development template.

Uses the following web tools:

postcss and cssnano are used to optionally compress css if needed.

Make is used to build rather than npm. No package.json file is used.

Usage

Run once:

$ make dep
$ make webtools

Build and test:

$ make clean
$ make
$ make serve

See the comments in Makefile.

Contact

Twitter: @robcomputing
Source: http://github.com/robdelacruz