PNLS Frontend is written using JavaScript and React.
Note
- Code is formatted with Prettier and linted with ESLint.
- You can install
Node.js
using thenode_install.sh
script.
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.