Skip to content

ramirog89/react-ts-context-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Typscript with Context Seed

  • This repository provides a scafollding for React application integrated with context and typescript. Defines several conventions for development structure and testing.

This project uses:

Commands

  • yarn install installs dependencies. It should be used in favor of npm to use the lock file
  • yarn start starts the web app
  • yarn start:local starts the web app with .env.local config
  • yarn start:dev starts the web app with .env.dev config
  • yarn test run unit tests
  • yarn test:e2e run cypress e2e tests
  • yarn build build production bundle

TODO

  • Add linter rules and task to verify
  • Add auth example

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published