Skip to content

Blazing fast, production ready UI development kit for GOVUK, NHSUK or vanilla projects.

Notifications You must be signed in to change notification settings

robpataki/sprint-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c3a71ab Β· Oct 1, 2020

History

15 Commits
Oct 1, 2020
Apr 23, 2020
Apr 23, 2020
Apr 20, 2020
Apr 20, 2020
Apr 23, 2020
May 4, 2020
Oct 1, 2020
Apr 24, 2020
Oct 1, 2020
Oct 1, 2020
Apr 20, 2020

Repository files navigation

Sprint UI β―β―β―πŸ‘Ÿβ―β―πŸ‘Ÿβ―

Blazing fast, production ready UI development kit for GOVUK, NHSUK or vanilla projects.

❯❯❯ Disclaimer

This is an experimental and work in progress package, please use it with caution. As soon as I learn how to do NPM properly, I'll add tests and proper documentation.

❯❯❯ Requirements

The project requries NodeJS 10 or newer.

❯❯❯ Install

$ npm install sprint-ui -g

❯❯❯ Create a new project

Create a new folder, and in the folder's root call sprint-ui to generate the project files.

$ mkdir my-sprint-ui-project
$ cd my-sprint-ui-project
$ sprint-ui

The sprint-ui command will write project files into the new project folder.

Please note that the project will not check if the folder is empty, and will copy the files regardless. The project generation process can be stopped at any point before the last step (step 3). The generator will not delete existing files in the folder it is called from - this is to avoid any accitental data loss.

Once your project is installed, you will get a fully structured, ready to go static website, which you can start developing using

$ yarn|npm run dev

The projects come with a README.md file, which is a great place to start getting familiar with the setup and how to do things.

❯❯❯ Project types

Currently NHSUK and GOVUK projects can be created with the generator.

A third - vanilla project is coming soon.

❯❯❯ Roadmap

  • Document everything
  • Add project asset revving
  • Add NPM package tests
  • Add Vanilla project templates
  • Make the project generation logs pretty and  colourful 

Releases

No releases published

Packages

No packages published