3.0.0 • Published 6 years ago

@lamaontheloose/create-dfa-web v3.0.0

Weekly downloads
5
License
MIT
Repository
-
Last release
6 years ago

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