Thesaurus Built on React v16.0.0
- Clone this repository to the directory of your choice.
Note: To build and run this app, NPM needs to be running on your system. How to install NPM: https://docs.npmjs.com/getting-started/installing-node
- Open up a terminal and cd to the directory you created for the cloned repo.
- Run the following commands:
- npm install (or npm i)
- npm start
At this point the Node server is firing up. Once it has started, if you have the Chrome browser installed, it will automatically open the app in a new Chrome tab. If you do not have Chrome, in the console you will see the URL for the local server. Typically it is http://localhost:3000/. Just copy and paste that url in the browser of your choice.
The Node server has the live reload package installed so any saved file changes you make in your local repo will automatically be redeployed, and the browser will reload with your changes. (This is assuming you have Chrome, otherwise you will have to manually reload the page)
Demo: http://react.zonewebconsulting.com