You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
SecondSerenity f87dafe074
Readme added and extra packages removed
7 months ago
src Restructured code into /src & added logging 7 months ago
.eslintrc.json Initial commit 8 months ago
.gitignore Initial commit 8 months ago
.prettierrc Initial commit 8 months ago
README.md Readme added and extra packages removed 7 months ago
package-lock.json Readme added and extra packages removed 7 months ago
package.json Readme added and extra packages removed 7 months ago

README.md

Web server template for building a React app with an Express.js backend.

Packages included:

  • express
  • react
  • react-dom
  • dotenv
  • morgan
  • prettier
  • typescript

Running the dev server:

npm run dev

Linting your code:

npm run lint

Autoformatting your code using prettier:

npm run format