Skip to content

A long list of questions for startups with crowdsourced answers.

Notifications You must be signed in to change notification settings

nextlaunch/startup-questions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

Startup Questions

A long list of questions for startups with crowdsourced answers.

Node / NPM

What is npm?

npm (node package manager) is the dependency/package manager you get out of the box when you install Node.js. It provides a way for developers to install packages both globally and locally.

What is npx?

Sometimes you might want to take a look at a specific package and try out some commands. But you cannot do that without installing the dependencies in your local node_modules folder. Since npm version 5.2.0 npx is pre-bundled with npm.

npx make it easy to install and manage dependencies hosted in the npm registry. You can use npx to run any GitHub gists and repositories.

Learn more

Front-end

What framework should I use for the web app?

Back-end

How should I host my app?
How do I build user authentication?

Marketing & Sales

How do I make a logo?

Finance

How do I find an accountant?
How do I manage Payroll?
How do I build a financial model?
How can I raise capital?

Legal

How do I create an LLC?
How do I create a corporation?
How do I hire a lawyer?
How do I get a drone license?
How do I get a patent?
How do I register a trademark?

About

A long list of questions for startups with crowdsourced answers.

Topics

Resources

Stars

Watchers

Forks