Skip to content

my-sample-codes/react-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-samples

This is the default structure of the React dashboard.

To build the project, first issue the below command:

npm install

then to start the application issue the below command. This will open a page in your default browser,

npm start

if you are a contributor of this project, couple of things that has to be keep in mind

  1. Never push any code to the master or development branch. Create your own feature branch from development branch and raise a pull request once you are done with the development.
  2. Keep the component grouping structure intact. A particular component directory should contain its respective JS & CSS files along with the test case file.
  3. do not create any random file inside any random folder. Always create a new directory for new components and update existing files for existing components.
  4. No inline scripting or styling should be written. All styling definitions should go into the css files.

Happy coding !!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors