Skip to content

KKaldis/gaspardesk

Repository files navigation

Gaspardesk Blog

Preview Demo Site .

Downaload Environments

Get the latest version from https://nodejs.org/en/ If the latest version does't work try one of the followings:

  • 18.12.1 (tested)
  • 17.8.0 (tested)
  • 16.14.2 (tested)
  • 14.19.1 (tested)

Available Scripts

In the project directory, you can run:

npm i or npm ci

Installs the dependecies and libraries, it creates the node_modules fodler

npm start

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

The page will reload when you make changes.
You may also see any lint errors in the console.

npm mobileview

Runs the app in the development mode.
Open http://192.168.1.23:3000 to view it in your mobile device over your network. Make sure to edit [package.json] with your computers local ip before runing this script.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm run 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!

See the section about deployment for more information.

This project was bootstrapped with Create React App.