howToCodeWell/code-quiz

Setup NextJS website structure

Closed this issue · 0 comments

pfwd commented

Create a /website folder with the following:

  • NextJS app
  • TypeScript
  • ESLint
  • Jest
  • PostCSS
  • README.md (Empty)
  • LICENSE.md (MIT)

In the package.json set the project name to be howtocodewell/code-quiz-web

Don't worry about configuring TypeScript,ESLint etc.... Just install the packages. Other tickets will cover the configuration