/dankRacer

Primary LanguageTypeScript

Big Picture

This project was bootstrapped with Create React App.
And customized by Craco.
Craco Modification Recipes.

How do I get set up?

  • Install yarn
  • Install dependencies by running yarn
  • Add env files Guide

Available Scripts

  • run yarn start for development
  • run yarn build builds the app for production to the build folder.
  • run yarn test to run tests
  • run yarn eject to remove the single build dependency (avoid it, use craco for customization instead)

Static types

Code formatting

Folder structure

  • *.container.* -> handle logic, fetch data, connect stores
  • *.component.* -> React view
  • *.styles.* -> styled components
  • *.helpers.* -> helper functions used exclusively by that component
  • *.test.* -> tests for component

Core Libraries

Consistent Node version

  • NVM
  • run nvm use to set your node version

Deployment

https://facebook.github.io/create-react-app/docs/deployment

Learn More

You can learn more in the Create React App documentation.