Skip to content

Contributed-Repositories/codeflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

20 Commits

Repository files navigation

Codeflow

It is a simple react routing web site for code flow.

Prerequisites

Setup for CodeFlow

1. Clone App

 $ git clone [email protected]:CodeFlow201/codeflow.git 

2. Install node packages

$ npm install 

3. Run Locally

$ npm run start 

NOTE: The port by default will be http://localhost:3000/

Want to Contribute?

To start contributing, follow the below guidelines:

1. Fork this repository.

2. Clone your forked copy of the project.

 $ git clone https://github.com/<your_user_name>/codeflow.git 

3. Checkout into a new branch

 $ git checkout -b <branch_name> 

4. Make your changes

5. Add and commit your changes

 $ git add . && git commit -m "<your_message>" 

6. Push Code to Github under your branch

 $ git push origin <branch_name> 

Contributors

About

its is a simple react routing web site for code flow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript64.6%
  • CSS32.9%
  • HTML2.5%