Skip to content

Latest commit

Β 

History

History
25 lines (17 loc) Β· 409 Bytes

envsetup.md

File metadata and controls

25 lines (17 loc) Β· 409 Bytes

To set up the project environment locally.


  • Fork this repository.

  • Clone the repository by running

    git clone https://github.com/Surajv311/one4All.git
    
  • Move into the one4all directory.

  • Install the dependencies by:

    npm install
    
  • Run this command to start the ReactJS project on http://localhost:3000/.

    npm start