Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

Latest commit

 

History

History

resources

module.exports = opts => {
  return `# ${opts.name}

## Install Dependencies

Open your terminal and \`cd\` to the this project. Then run:

\`\`\`bash
npm i
\`\`\`

After NPM finishes installing, you can build and run it in the browser:

\`\`\`bash
npm start
\`\`\`
`
}