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.
|
7 months ago | |
---|---|---|
src | 7 months ago | |
.eslintrc.json | 8 months ago | |
.gitignore | 8 months ago | |
.prettierrc | 8 months ago | |
README.md | 7 months ago | |
package-lock.json | 7 months ago | |
package.json | 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