Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 557 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 557 Bytes

envReact

A none CRA, React environment.

Includes:
  • React Router
  • Webpack + Babel
  • Styled Components 💅
  • Jest
  • Reusable Components
Install:
  • Clone this repo into a directory on your computer.
  • Move into the 'envReact' folder and run npm -i or yarn.

Development

  • After the install finishes, run npm start or yarn start.
  • Check localhost:8080 in your browser.
  • Look for the ツ

Storybook

  • run npm run storybook or yarn storybook
ToDo:
  • Incorporate more components into the reusable batch.