Skip to content

🌱 React Seed Project: A seeder project made by Ishan, inspired from past FrontEnd experiences, fine-tuned to his likings.

Notifications You must be signed in to change notification settings

ishan-srivastava/react-seed

Repository files navigation

Ishan's react seed project.

  • Style utility by Tailwind
  • In app routing (inspired from Angular's resolver concept) by Navi
  • CRA custom config by CRACO
  • Style Class naming convention BEM
  • CSS preprocessor SASS
  • Component boilerplate generation tool generate-react-cli

Project Setup

Clone the project, navigate to the project directory and run the following command to download dependencies:

npm install

It is recommended to use npm as a dependency manager for this project.

Available Scripts

In the project directory, you can run:

  • npm run start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

  • npm run generate <name of component>

To generate the component boilerplate code (React.FC) eg. npm run generate Header

This project was bootstrapped with Create React App.

About

🌱 React Seed Project: A seeder project made by Ishan, inspired from past FrontEnd experiences, fine-tuned to his likings.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published