Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 821 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 821 Bytes

pnls-web

code style: prettier Node version

PNLS Frontend is written using JavaScript and React.

Note

  • Code is formatted with Prettier and linted with ESLint.
  • You can install Node.js using the node_install.sh script.

Run

After cloning the project move to the frontend root folder.

cd Preferred-Network-List-Sniffer/web

Install dependencies:

npm install

Serve with hot reload will be available on localhost:3000/.

npm start

Warning

In order to use npm start you will need to install react-scripts first.