@lamaontheloose/create-dfa-web
v3.0.0
Published
A CLI to bootstrap new DFA projects
Downloads
1
Readme
V2 working node versions (Will update the list as I test more versions)
- 11.1.0
Install global
$ npm i -g @lamaontheloose/create-dfa-web
Bootstrap new project
Version 1 without hooks:
$ create-dfa-web v1 new-project-name-v1 --git --install
Version 2 with hooks:
$ create-dfa-web v2 new-project-name-v2 --git --install
Run project
It regular Gatsby project so either of following command should work, if Gatsby is installed correctly from inside the project folder
$ npm run develop or gatsby develop