Hi ,
Just wondering what do you do first when start developing the web app. Start with the schema after all the architecture is done ?
Thanks.
The first step has always been to git init if the project doesn't have it already
The first thing I do is setup the build pipeline. I am in favor of Pug/HBS/SCSS/TS on WebPack lately, using some custom operations in a make.js file. Since I am working on standardizing my build steps and I usually have the same needs for all my web projects, it's mostly copying boilerplate and adding devDependencies, pulling in the steps I need.
Tapas Adhikary
Educator @tapaScript | Founder CreoWis & ReactPlay - Writer - YouTuber - Open Source
Imran Khan,