Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.21 KB

Installation.md

File metadata and controls

44 lines (29 loc) · 1.21 KB

URock

A React based web application for the gamifying reward points system Live Link uses npm to manage dependencies, build and deploy

To setup

npm install or yarn install

No configuration or complicated folder structures, just the files you need to build your app.
Once the installation is done, you can run some commands inside the project folder:

npm start or yarn start

Runs the app in development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.

npm test or yarn test

Runs the test watcher in an interactive mode.
By default, runs tests related to files changed since the last commit.

npm run build or yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.

Your app is ready to be deployed.

To deploy to gh-pages in git

npm run deploy or yarn deploy

Major Modules used

  • React
  • React Dom
  • MaterialUi for React
  • React Router
  • React Router Dom
  • React Tap Event Plugin