Website for github.com/immattdavison/NoMoreDomains
Check if node is installed by entering the following command in the terminal: node -v
The above command displays the node version(if installed)
- Otherwise get NodeJS LTE release from here: Install NodeJS
After node is set up install the dependency as follows:
-
Navigate in project root folder and run
npm install
ornpm i
-
To run/test the project finally run the comand
npm run dev
A local instance of the app will start on localhost:3000
navigate to it in the browser