A starter project for using the excellent InuitCSS framework
$ npm install
$ npm start
Add a file called .env
to the root containing:
NODE_ENV=development
Or:
NODE_ENV=production
$ npm run build
$ npm run watch
$ npm run serve
$ npm run add:component <component-name>