Skip to content

Latest commit

Β 

History

History

template

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Codely logo

πŸ‘‹οΈ Create React App Codely template example

Build status Codely Open Source CodelyTV Courses

App created with the πŸŒ±βš›οΈ Create React App Codely template

Stars are welcome 😊

πŸš€ Run the app

  • npm install: Install dependencies
  • cp .env.example .env: Create the environment variables file based on the example template
  • vim .env: Specify your GitHub Personal access token (how to get it -> your tokens -> Enable Repo.public_repo)
  • vim src/devdash_config.ts: Set the repository URLs you want to show on your DevDash_
  • npm start: Run in dev mode on localhost:3000
  • npm run build: Generate production build

βœ… Testing

Unit tests

npm run test: Run unit tests with Jest and React Testing Library

End-to-end tests

  • npm start: Run in dev mode on localhost:3000
  • Run end-to-end tests with Cypress choosing one of the following options:
    • npm run cy:open: Open Cypress in dev mode
    • npm run cy:run: Execute Cypress in CLI

πŸ”¦ Linting

  • npm run lint: Run linter
  • npm run lint:fix: Fix lint issues

🌈 Tech Stack

πŸ‘Œ Codely Code Quality Standards

Publishing this package we are committing ourselves to the following code quality standards:

  • 🀝 Respect Semantic Versioning: No breaking changes in patch or minor versions
  • 🀏 No surprises in transitive dependencies: Use the bare minimum dependencies needed to meet the purpose
  • 🎯 One specific purpose to meet without having to carry a bunch of unnecessary other utilities
  • βœ… Tests as documentation and usage examples
  • πŸ“– Well documented ReadMe showing how to install and use
  • βš–οΈ License favoring Open Source and collaboration

πŸ”€ Related information

This application was generated using the πŸŒ±βš›οΈ Create React App Codely template. Feel free to check it out and star the repo! πŸŒŸπŸ˜ŠπŸ™Œ