Skip to content

A starter project for using the excellent InuitCSS framework

License

Notifications You must be signed in to change notification settings

john-cheesman/inuit-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inuit Boilerplate

A starter project for using the excellent InuitCSS framework

Setup

Install dependencies

$ npm install

Build and run the project

$ npm start

Set the environment

Add a file called .env to the root containing:

NODE_ENV=development

Or:

NODE_ENV=production

Run tasks seperately

$ npm run build
$ npm run watch
$ npm run serve

Generate a new component

$ npm run add:component <component-name>

About

A starter project for using the excellent InuitCSS framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published