Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 564 Bytes

File metadata and controls

23 lines (16 loc) · 564 Bytes

React Textutils

This project is made by react js framework. This is a simple textutils website.

Development server

Linux

  • Installing node js
  • curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.3/install.sh | bash
    nvm install node
  • Downloading project code
  • git clone https://github.com/cybersaksham/React-Textutils
    cd React-Textutils
    npm install

    Run npm start for a development server. Navigate to http://localhost:3000/. The app will automatically reload if you change any of the source files.