Multi-page web-app displaying Rick and Morty characters - bootstrapped with NextJs
The app runs locally on localhost:3000, to run it:
-
Unzip the folder
-
Open a terminal in that location, or open it in your chosen IDE
-
If you don't have yarn - install yarn using
npm install --global yarn
You might need to run this as an administrator (include
sudo
on MacOS) You'll need node package manager https://www.npmjs.com -
run
yarn install
to install dependencies -
yarn dev
will start the app, which can be viewed at http://localhost:3000 -
To run the tests, open another terminal in the same nextjs-ts-frontend folder and run
yarn test